Html Css Color HEX #E60DAC Hollywood Cerise

📋 copy color: '#E60DAC'

red 230 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #E60DAC

Tints of Hollywood Cerise #E60DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 55.42%
G = 3.13%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E60DAC (or 0xE60DAC) is known color: Hollywood Cerise. HEX triplet: E6, 0D and AC. RGB value is (230,13,172). Sum of RGB (Red+Green+Blue) = 230+13+172=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60DAC is #19F253. Grayscale: #5F5F5F. Windows color (decimal): -1700436 or 11275750. OLE color: 11275750.

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

Color convert

RGB 230 13 172 -
CMYK 0 0.94 0.25 0.10
HSL 316.04º 0.89% 0.48% -
HSV(B) 316.04º 0.94% 0.9% -
XYZ 40.22 20.09 40.79 -
YUV 96.01 170.89 223.57 -
System Red Green Blue C M Y K H S L
Decimal 230 13 172 0 0.94 0.25 0.10 316.04 0.89 0.48
Hex E6 D AC 0 5E 19 A 13C 59 30
Octal 346 15 254 0 136 31 12 474 131 60
Binary 11100110 1101 10101100 0 1011110 11001 1010 100111100 1011001 110000

Color Harmonies of #E60DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DAC

Black with #E60DAC

Text Example


Text Example

White with #E60DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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