#E2609D

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

Shades of Pale Violet Red #E2609D

Tints of Pale Violet Red #E2609D

Color information

#E2609D (or 0xE2609D) is unknown color: approx Pale Violet Red. HEX triplet: E2, 60 and 9D. RGB value is (226,96,157). Sum of RGB (Red+Green+Blue) = 226+96+157=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2609D is #1D9F62. Grayscale: #8D8D8D. Windows color (decimal): -1941347 or 10313954. OLE color: 10313954.

HSL color Cylindrical-coordinate representation of color #E2609D: hue angle of 331.85º 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 #E2609D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB22696157-
CMYK00.580.310.11
HSL331.85º69.15%63.14%-
HSV(B)331.85º57.52%88.63%-
XYZ41.6326.9734.91-
YUV141.82136.57188.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.18%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=47.18%
G=20.04%
B=32.78%

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
Decimal2269615700.580.310.11331.8569.1563.14
HexE2609D03A1FB14c453f
Octal342140235072371351410577
Binary1110001011000001001110101110101111110111010011001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2609D; }

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

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

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

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

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

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

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

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