Html Css Color HEX #E1609C Pale Violet Red

📋 copy color: '#E1609C'

red 225 ◦ green 96 ◦ blue 156

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

Shades of Pale Violet Red #E1609C

Tints of Pale Violet Red #E1609C

RGB

 RED value IS 225 (88.28% from 255) = 47.17%

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

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 47.17%
G = 20.13%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1609C (or 0xE1609C) is known color: Pale Violet Red. HEX triplet: E1, 60 and 9C. RGB value is (225,96,156). Sum of RGB (Red+Green+Blue) = 225+96+156=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1609C is #1E9F63. Grayscale: #8D8D8D. Windows color (decimal): -2006884 or 10248417. OLE color: 10248417.

HSL color Cylindrical-coordinate representation of color #E1609C: hue angle of 332.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1609C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 156 -
CMYK 0 0.57 0.31 0.12
HSL 332.09º 0.68% 0.63% -
HSV(B) 332.09º 0.57% 0.88% -
XYZ 41.23 26.77 34.45 -
YUV 141.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 225 96 156 0 0.57 0.31 0.12 332.09 0.68 0.63
Hex E1 60 9C 0 39 1F C 14C 44 3F
Octal 341 140 234 0 71 37 14 514 104 77
Binary 11100001 1100000 10011100 0 111001 11111 1100 101001100 1000100 111111

Color Harmonies of #E1609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1609C

Black with #E1609C

Text Example


Text Example

White with #E1609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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