Html Css Color HEX #E60C95 Hollywood Cerise

📋 copy color: '#E60C95'

red 230 ◦ green 12 ◦ blue 149

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

Shades of Hollywood Cerise #E60C95

Tints of Hollywood Cerise #E60C95

RGB

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

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

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

R = 58.82%
G = 3.07%
B = 38.11%

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

#E60C95 (or 0xE60C95) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 95. RGB value is (230,12,149). Sum of RGB (Red+Green+Blue) = 230+12+149=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C95 is #19F36A. Grayscale: #5C5C5C. Windows color (decimal): -1700715 or 9768166. OLE color: 9768166.

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

Color convert

RGB 230 12 149 -
CMYK 0 0.95 0.35 0.10
HSL 322.29º 0.9% 0.47% -
HSV(B) 322.29º 0.95% 0.9% -
XYZ 38.19 19.26 30.14 -
YUV 92.8 159.72 225.86 -
System Red Green Blue C M Y K H S L
Decimal 230 12 149 0 0.95 0.35 0.10 322.29 0.9 0.47
Hex E6 C 95 0 5F 23 A 142 5A 2F
Octal 346 14 225 0 137 43 12 502 132 57
Binary 11100110 1100 10010101 0 1011111 100011 1010 101000010 1011010 101111

Color Harmonies of #E60C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C95

Black with #E60C95

Text Example


Text Example

White with #E60C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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