Html Css Color HEX #E2609E Pale Violet Red

📋 copy color: '#E2609E'

red 226 ◦ green 96 ◦ blue 158

#E2609E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E2609E

Tints of Pale Violet Red #E2609E

RGB

 RED value IS 226 (88.67% from 255) = 47.08%

 GREEN value IS 96 (37.89% from 255) = 20%

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 47.08%
G = 20%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2609E (or 0xE2609E) is known color: Pale Violet Red. HEX triplet: E2, 60 and 9E. RGB value is (226,96,158). Sum of RGB (Red+Green+Blue) = 226+96+158=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2609E is #1D9F61. Grayscale: #8D8D8D. Windows color (decimal): -1941346 or 10379490. OLE color: 10379490.

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

Color convert

RGB 226 96 158 -
CMYK 0 0.58 0.30 0.11
HSL 331.38º 0.69% 0.63% -
HSV(B) 331.38º 0.58% 0.89% -
XYZ 41.72 27 35.36 -
YUV 141.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 226 96 158 0 0.58 0.30 0.11 331.38 0.69 0.63
Hex E2 60 9E 0 3A 1E B 14B 45 3F
Octal 342 140 236 0 72 36 13 513 105 77
Binary 11100010 1100000 10011110 0 111010 11110 1011 101001011 1000101 111111

Color Harmonies of #E2609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2609E

Black with #E2609E

Text Example


Text Example

White with #E2609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2609E; }

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

 H1.HeaderClassName
 {
   color: #E2609E;
 }
 .AnyTagClassName
 {
   color: #E2609E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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