Html Css Color HEX #E60C96 Hollywood Cerise

📋 copy color: '#E60C96'

red 230 ◦ green 12 ◦ blue 150

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

Shades of Hollywood Cerise #E60C96

Tints of Hollywood Cerise #E60C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 58.67%
G = 3.06%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E60C96 (or 0xE60C96) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 96. RGB value is (230,12,150). Sum of RGB (Red+Green+Blue) = 230+12+150=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C96 is #19F369. Grayscale: #5C5C5C. Windows color (decimal): -1700714 or 9833702. OLE color: 9833702.

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

Color convert

RGB 230 12 150 -
CMYK 0 0.95 0.35 0.10
HSL 322.02º 0.9% 0.47% -
HSV(B) 322.02º 0.95% 0.9% -
XYZ 38.27 19.29 30.56 -
YUV 92.91 160.22 225.78 -
System Red Green Blue C M Y K H S L
Decimal 230 12 150 0 0.95 0.35 0.10 322.02 0.9 0.47
Hex E6 C 96 0 5F 23 A 142 5A 2F
Octal 346 14 226 0 137 43 12 502 132 57
Binary 11100110 1100 10010110 0 1011111 100011 1010 101000010 1011010 101111

Color Harmonies of #E60C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C96

Black with #E60C96

Text Example


Text Example

White with #E60C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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