Html Css Color HEX #E60DAD Hollywood Cerise

📋 copy color: '#E60DAD'

red 230 ◦ green 13 ◦ blue 173

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

Shades of Hollywood Cerise #E60DAD

Tints of Hollywood Cerise #E60DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 55.29%
G = 3.13%
B = 41.59%

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

#E60DAD (or 0xE60DAD) is known color: Hollywood Cerise. HEX triplet: E6, 0D and AD. RGB value is (230,13,173). Sum of RGB (Red+Green+Blue) = 230+13+173=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60DAD is #19F252. Grayscale: #5F5F5F. Windows color (decimal): -1700435 or 11341286. OLE color: 11341286.

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

Color convert

RGB 230 13 173 -
CMYK 0 0.94 0.25 0.10
HSL 315.76º 0.89% 0.48% -
HSV(B) 315.76º 0.94% 0.9% -
XYZ 40.32 20.13 41.3 -
YUV 96.12 171.39 223.49 -
System Red Green Blue C M Y K H S L
Decimal 230 13 173 0 0.94 0.25 0.10 315.76 0.89 0.48
Hex E6 D AD 0 5E 19 A 13C 59 30
Octal 346 15 255 0 136 31 12 474 131 60
Binary 11100110 1101 10101101 0 1011110 11001 1010 100111100 1011001 110000

Color Harmonies of #E60DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DAD

Black with #E60DAD

Text Example


Text Example

White with #E60DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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