Html Css Color HEX #E60991 Hollywood Cerise

📋 copy color: '#E60991'

red 230 ◦ green 9 ◦ blue 145

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

Shades of Hollywood Cerise #E60991

Tints of Hollywood Cerise #E60991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 59.9%
G = 2.34%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E60991 (or 0xE60991) is known color: Hollywood Cerise. HEX triplet: E6, 09 and 91. RGB value is (230,9,145). Sum of RGB (Red+Green+Blue) = 230+9+145=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E60991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60991 is #19F66E. Grayscale: #5A5A5A. Windows color (decimal): -1701487 or 9505254. OLE color: 9505254.

HSL color Cylindrical-coordinate representation of color #E60991: hue angle of 323.08º 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 #E60991 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 145 -
CMYK 0 0.96 0.37 0.10
HSL 323.08º 0.92% 0.47% -
HSV(B) 323.08º 0.96% 0.9% -
XYZ 37.84 19.06 28.47 -
YUV 90.58 158.72 227.44 -
System Red Green Blue C M Y K H S L
Decimal 230 9 145 0 0.96 0.37 0.10 323.08 0.92 0.47
Hex E6 9 91 0 60 25 A 143 5C 2F
Octal 346 11 221 0 140 45 12 503 134 57
Binary 11100110 1001 10010001 0 1100000 100101 1010 101000011 1011100 101111

Color Harmonies of #E60991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60991

Black with #E60991

Text Example


Text Example

White with #E60991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60991; }

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

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

background-color css

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

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

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

border-color css

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

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

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