Html Css Color HEX #E60C9D Hollywood Cerise

📋 copy color: '#E60C9D'

red 230 ◦ green 12 ◦ blue 157

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

Shades of Hollywood Cerise #E60C9D

Tints of Hollywood Cerise #E60C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 57.64%
G = 3.01%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E60C9D (or 0xE60C9D) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 9D. RGB value is (230,12,157). Sum of RGB (Red+Green+Blue) = 230+12+157=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C9D is #19F362. Grayscale: #5D5D5D. Windows color (decimal): -1700707 or 10292454. OLE color: 10292454.

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

Color convert

RGB 230 12 157 -
CMYK 0 0.95 0.32 0.10
HSL 320.09º 0.9% 0.47% -
HSV(B) 320.09º 0.95% 0.9% -
XYZ 38.85 19.52 33.62 -
YUV 93.71 163.72 225.21 -
System Red Green Blue C M Y K H S L
Decimal 230 12 157 0 0.95 0.32 0.10 320.09 0.9 0.47
Hex E6 C 9D 0 5F 20 A 140 5A 2F
Octal 346 14 235 0 137 40 12 500 132 57
Binary 11100110 1100 10011101 0 1011111 100000 1010 101000000 1011010 101111

Color Harmonies of #E60C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C9D

Black with #E60C9D

Text Example


Text Example

White with #E60C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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