#e267a7

Color #E267A7 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E267A7

Tints of Pale Violet Red #E267A7

Color information

#E267A7 (or 0xE267A7) is unknown color: approx Pale Violet Red. HEX triplet: E2, 67 and A7. RGB value is (226,103,167). Sum of RGB (Red+Green+Blue) = 226+103+167=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E267A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E267A7 is #1D9858. Grayscale: #929292. Windows color (decimal): -1939545 or 10971106. OLE color: 10971106.

HSL color Cylindrical-coordinate representation of color #E267A7: hue angle of 328.78º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E267A7 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB226103167-
CMYK00.540.260.11
HSL328.78º67.96%64.51%-
HSV(B)328.78º54.42%88.63%-
XYZ43.1928.6639.81-
YUV147.07139.25184.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 103 (40.62% from 255) = 20.77%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=45.56%
G=20.77%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610316700.540.260.11328.7867.9664.51
HexE267A70361AB1494441
Octal3421472470663213511104101
Binary11100010110011110100111011011011010101110100100110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e267a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e267a7; }

 p { color: rgb(226,103,167); }

 H1.HeaderClassName
 {
   color: #e267a7;
 }
 .AnyTagClassName
 {
   color: #e267a7;
 }
</style>
background-color css

<style>
 a { background-color: #e267a7; }

 a { background-color: rgb(226,103,167); }

 div.DivClassName
 {
   background-color: #e267a7;
 }
 .BgClassName
 {
   background-color: #e267a7;
 }
</style>
border-color css

<style>
 span { border-color: #e267a7; }

 span { border-color: rgb(226,103,167); }

 td.TdClassName
 {
   border-color: #e267a7;
 }
 .TagClassName
 {
   border-color: #e267a7;
 }
</style>