Html Css Color HEX #E60CAE Hollywood Cerise

📋 copy color: '#E60CAE'

red 230 ◦ green 12 ◦ blue 174

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

Shades of Hollywood Cerise #E60CAE

Tints of Hollywood Cerise #E60CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 55.29%
G = 2.88%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E60CAE (or 0xE60CAE) is known color: Hollywood Cerise. HEX triplet: E6, 0C and AE. RGB value is (230,12,174). Sum of RGB (Red+Green+Blue) = 230+12+174=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60CAE is #19F351. Grayscale: #5F5F5F. Windows color (decimal): -1700690 or 11406566. OLE color: 11406566.

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

Color convert

RGB 230 12 174 -
CMYK 0 0.95 0.24 0.10
HSL 315.41º 0.9% 0.47% -
HSV(B) 315.41º 0.95% 0.9% -
XYZ 40.4 20.14 41.8 -
YUV 95.65 172.22 223.83 -
System Red Green Blue C M Y K H S L
Decimal 230 12 174 0 0.95 0.24 0.10 315.41 0.9 0.47
Hex E6 C AE 0 5F 18 A 13B 5A 2F
Octal 346 14 256 0 137 30 12 473 132 57
Binary 11100110 1100 10101110 0 1011111 11000 1010 100111011 1011010 101111

Color Harmonies of #E60CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CAE

Black with #E60CAE

Text Example


Text Example

White with #E60CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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