Html Css Color HEX #E60DAE Hollywood Cerise

📋 copy color: '#E60DAE'

red 230 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #E60DAE

Tints of Hollywood Cerise #E60DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.12%

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

R = 55.16%
G = 3.12%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E60DAE (or 0xE60DAE) is known color: Hollywood Cerise. HEX triplet: E6, 0D and AE. RGB value is (230,13,174). Sum of RGB (Red+Green+Blue) = 230+13+174=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60DAE is #19F251. Grayscale: #5F5F5F. Windows color (decimal): -1700434 or 11406822. OLE color: 11406822.

HSL color Cylindrical-coordinate representation of color #E60DAE: hue angle of 315.48º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60DAE is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 13 174 -
CMYK 0 0.94 0.24 0.10
HSL 315.48º 0.89% 0.48% -
HSV(B) 315.48º 0.94% 0.9% -
XYZ 40.42 20.17 41.81 -
YUV 96.24 171.89 223.41 -
System Red Green Blue C M Y K H S L
Decimal 230 13 174 0 0.94 0.24 0.10 315.48 0.89 0.48
Hex E6 D AE 0 5E 18 A 13B 59 30
Octal 346 15 256 0 136 30 12 473 131 60
Binary 11100110 1101 10101110 0 1011110 11000 1010 100111011 1011001 110000

Color Harmonies of #E60DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DAE

Black with #E60DAE

Text Example


Text Example

White with #E60DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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