Html Css Color HEX #E609AA Hollywood Cerise

📋 copy color: '#E609AA'

red 230 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #E609AA

Tints of Hollywood Cerise #E609AA

RGB

 RED value IS 230 (90.23% from 255) = 56.23%

 GREEN value IS 9 (3.91% from 255) = 2.2%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 56.23%
G = 2.2%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E609AA (or 0xE609AA) is known color: Hollywood Cerise. HEX triplet: E6, 09 and AA. RGB value is (230,9,170). Sum of RGB (Red+Green+Blue) = 230+9+170=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E609AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E609AA is #19F655. Grayscale: #5D5D5D. Windows color (decimal): -1701462 or 11143654. OLE color: 11143654.

HSL color Cylindrical-coordinate representation of color #E609AA: hue angle of 316.29º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609AA is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 170 -
CMYK 0 0.96 0.26 0.10
HSL 316.29º 0.92% 0.47% -
HSV(B) 316.29º 0.96% 0.9% -
XYZ 39.99 19.92 39.77 -
YUV 93.43 171.22 225.41 -
System Red Green Blue C M Y K H S L
Decimal 230 9 170 0 0.96 0.26 0.10 316.29 0.92 0.47
Hex E6 9 AA 0 60 1A A 13C 5C 2F
Octal 346 11 252 0 140 32 12 474 134 57
Binary 11100110 1001 10101010 0 1100000 11010 1010 100111100 1011100 101111

Color Harmonies of #E609AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609AA

Black with #E609AA

Text Example


Text Example

White with #E609AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609AA; }

 p { color: rgb(230,9,170); }

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

background-color css

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

 a { background-color: rgb(230,9,170); }

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

border-color css

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

 span { border-color: rgb(230,9,170); }

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