Html Css Color HEX #E60DAF Hollywood Cerise

📋 copy color: '#E60DAF'

red 230 ◦ green 13 ◦ blue 175

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

Shades of Hollywood Cerise #E60DAF

Tints of Hollywood Cerise #E60DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 55.02%
G = 3.11%
B = 41.87%

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

#E60DAF (or 0xE60DAF) is known color: Hollywood Cerise. HEX triplet: E6, 0D and AF. RGB value is (230,13,175). Sum of RGB (Red+Green+Blue) = 230+13+175=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60DAF is #19F250. Grayscale: #5F5F5F. Windows color (decimal): -1700433 or 11472358. OLE color: 11472358.

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

Color convert

RGB 230 13 175 -
CMYK 0 0.94 0.24 0.10
HSL 315.21º 0.89% 0.48% -
HSV(B) 315.21º 0.94% 0.9% -
XYZ 40.51 20.21 42.32 -
YUV 96.35 172.39 223.33 -
System Red Green Blue C M Y K H S L
Decimal 230 13 175 0 0.94 0.24 0.10 315.21 0.89 0.48
Hex E6 D AF 0 5E 18 A 13B 59 30
Octal 346 15 257 0 136 30 12 473 131 60
Binary 11100110 1101 10101111 0 1011110 11000 1010 100111011 1011001 110000

Color Harmonies of #E60DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DAF

Black with #E60DAF

Text Example


Text Example

White with #E60DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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