Html Css Color HEX #E60995 Hollywood Cerise

📋 copy color: '#E60995'

red 230 ◦ green 9 ◦ blue 149

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

Shades of Hollywood Cerise #E60995

Tints of Hollywood Cerise #E60995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 59.28%
G = 2.32%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E60995 (or 0xE60995) is known color: Hollywood Cerise. HEX triplet: E6, 09 and 95. RGB value is (230,9,149). Sum of RGB (Red+Green+Blue) = 230+9+149=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E60995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60995 is #19F66A. Grayscale: #5A5A5A. Windows color (decimal): -1701483 or 9767398. OLE color: 9767398.

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

Color convert

RGB 230 9 149 -
CMYK 0 0.96 0.35 0.10
HSL 321.99º 0.92% 0.47% -
HSV(B) 321.99º 0.96% 0.9% -
XYZ 38.16 19.19 30.13 -
YUV 91.04 160.72 227.12 -
System Red Green Blue C M Y K H S L
Decimal 230 9 149 0 0.96 0.35 0.10 321.99 0.92 0.47
Hex E6 9 95 0 60 23 A 142 5C 2F
Octal 346 11 225 0 140 43 12 502 134 57
Binary 11100110 1001 10010101 0 1100000 100011 1010 101000010 1011100 101111

Color Harmonies of #E60995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60995

Black with #E60995

Text Example


Text Example

White with #E60995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60995; }

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

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

background-color css

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

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

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

border-color css

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

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

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