Html Css Color HEX #E60C9F Hollywood Cerise

📋 copy color: '#E60C9F'

red 230 ◦ green 12 ◦ blue 159

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

Shades of Hollywood Cerise #E60C9F

Tints of Hollywood Cerise #E60C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 57.36%
G = 2.99%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E60C9F (or 0xE60C9F) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 9F. RGB value is (230,12,159). Sum of RGB (Red+Green+Blue) = 230+12+159=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C9F is #19F360. Grayscale: #5D5D5D. Windows color (decimal): -1700705 or 10423526. OLE color: 10423526.

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

Color convert

RGB 230 12 159 -
CMYK 0 0.95 0.31 0.10
HSL 319.54º 0.9% 0.47% -
HSV(B) 319.54º 0.95% 0.9% -
XYZ 39.02 19.59 34.53 -
YUV 93.94 164.72 225.05 -
System Red Green Blue C M Y K H S L
Decimal 230 12 159 0 0.95 0.31 0.10 319.54 0.9 0.47
Hex E6 C 9F 0 5F 1F A 140 5A 2F
Octal 346 14 237 0 137 37 12 500 132 57
Binary 11100110 1100 10011111 0 1011111 11111 1010 101000000 1011010 101111

Color Harmonies of #E60C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C9F

Black with #E60C9F

Text Example


Text Example

White with #E60C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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