Html Css Color HEX #E60992 Hollywood Cerise

📋 copy color: '#E60992'

red 230 ◦ green 9 ◦ blue 146

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

Shades of Hollywood Cerise #E60992

Tints of Hollywood Cerise #E60992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 59.74%
G = 2.34%
B = 37.92%

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

#E60992 (or 0xE60992) is known color: Hollywood Cerise. HEX triplet: E6, 09 and 92. RGB value is (230,9,146). Sum of RGB (Red+Green+Blue) = 230+9+146=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E60992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60992 is #19F66D. Grayscale: #5A5A5A. Windows color (decimal): -1701486 or 9570790. OLE color: 9570790.

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

Color convert

RGB 230 9 146 -
CMYK 0 0.96 0.37 0.10
HSL 322.81º 0.92% 0.47% -
HSV(B) 322.81º 0.96% 0.9% -
XYZ 37.92 19.09 28.88 -
YUV 90.7 159.22 227.36 -
System Red Green Blue C M Y K H S L
Decimal 230 9 146 0 0.96 0.37 0.10 322.81 0.92 0.47
Hex E6 9 92 0 60 25 A 143 5C 2F
Octal 346 11 222 0 140 45 12 503 134 57
Binary 11100110 1001 10010010 0 1100000 100101 1010 101000011 1011100 101111

Color Harmonies of #E60992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60992

Black with #E60992

Text Example


Text Example

White with #E60992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60992; }

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

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

background-color css

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

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

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

border-color css

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

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

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