Html Css Color HEX #E60C92 Hollywood Cerise

📋 copy color: '#E60C92'

red 230 ◦ green 12 ◦ blue 146

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

Shades of Hollywood Cerise #E60C92

Tints of Hollywood Cerise #E60C92

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.09%

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

R = 59.28%
G = 3.09%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E60C92 (or 0xE60C92) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 92. RGB value is (230,12,146). Sum of RGB (Red+Green+Blue) = 230+12+146=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C92 is #19F36D. Grayscale: #5C5C5C. Windows color (decimal): -1700718 or 9571558. OLE color: 9571558.

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

Color convert

RGB 230 12 146 -
CMYK 0 0.95 0.37 0.10
HSL 323.12º 0.9% 0.47% -
HSV(B) 323.12º 0.95% 0.9% -
XYZ 37.95 19.16 28.89 -
YUV 92.46 158.22 226.1 -
System Red Green Blue C M Y K H S L
Decimal 230 12 146 0 0.95 0.37 0.10 323.12 0.9 0.47
Hex E6 C 92 0 5F 25 A 143 5A 2F
Octal 346 14 222 0 137 45 12 503 132 57
Binary 11100110 1100 10010010 0 1011111 100101 1010 101000011 1011010 101111

Color Harmonies of #E60C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C92

Black with #E60C92

Text Example


Text Example

White with #E60C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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