#E2609C

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

Shades of Pale Violet Red #E2609C

Tints of Pale Violet Red #E2609C

Color information

#E2609C (or 0xE2609C) is unknown color: approx Pale Violet Red. HEX triplet: E2, 60 and 9C. RGB value is (226,96,156). Sum of RGB (Red+Green+Blue) = 226+96+156=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2609C is #1D9F63. Grayscale: #8D8D8D. Windows color (decimal): -1941348 or 10248418. OLE color: 10248418.

HSL color Cylindrical-coordinate representation of color #E2609C: hue angle of 332.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2609C is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB22696156-
CMYK00.580.310.11
HSL332.31º69.15%63.14%-
HSV(B)332.31º57.52%88.63%-
XYZ41.5526.9334.46-
YUV141.71136.07188.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=47.28%
G=20.08%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269615600.580.310.11332.3169.1563.14
HexE2609C03A1FB14c453f
Octal342140234072371351410577
Binary1110001011000001001110001110101111110111010011001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2609C; }

 p { color: rgb(226,96,156); }

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

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

 a { background-color: rgb(226,96,156); }

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

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

 span { border-color: rgb(226,96,156); }

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