#E2609B

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

Shades of Pale Violet Red #E2609B

Tints of Pale Violet Red #E2609B

Color information

#E2609B (or 0xE2609B) is unknown color: approx Pale Violet Red. HEX triplet: E2, 60 and 9B. RGB value is (226,96,155). Sum of RGB (Red+Green+Blue) = 226+96+155=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2609B is #1D9F64. Grayscale: #8D8D8D. Windows color (decimal): -1941349 or 10182882. OLE color: 10182882.

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

Color convert

RGB22696155-
CMYK00.580.310.11
HSL332.77º69.15%63.14%-
HSV(B)332.77º57.52%88.63%-
XYZ41.4626.934.02-
YUV141.6135.57188.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.38%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=47.38%
G=20.13%
B=32.49%

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
Decimal2269615500.580.310.11332.7769.1563.14
HexE2609B03A1FB14d453f
Octal342140233072371351510577
Binary1110001011000001001101101110101111110111010011011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2609B; }

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

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

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

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

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

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

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

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