Html Css Color HEX #E60C9E Hollywood Cerise

📋 copy color: '#E60C9E'

red 230 ◦ green 12 ◦ blue 158

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

Shades of Hollywood Cerise #E60C9E

Tints of Hollywood Cerise #E60C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 57.5%
G = 3%
B = 39.5%

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

#E60C9E (or 0xE60C9E) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 9E. RGB value is (230,12,158). Sum of RGB (Red+Green+Blue) = 230+12+158=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C9E is #19F361. Grayscale: #5D5D5D. Windows color (decimal): -1700706 or 10357990. OLE color: 10357990.

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

Color convert

RGB 230 12 158 -
CMYK 0 0.95 0.31 0.10
HSL 319.82º 0.9% 0.47% -
HSV(B) 319.82º 0.95% 0.9% -
XYZ 38.94 19.55 34.07 -
YUV 93.83 164.22 225.13 -
System Red Green Blue C M Y K H S L
Decimal 230 12 158 0 0.95 0.31 0.10 319.82 0.9 0.47
Hex E6 C 9E 0 5F 1F A 140 5A 2F
Octal 346 14 236 0 137 37 12 500 132 57
Binary 11100110 1100 10011110 0 1011111 11111 1010 101000000 1011010 101111

Color Harmonies of #E60C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C9E

Black with #E60C9E

Text Example


Text Example

White with #E60C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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