Html Css Color HEX #E60DB1 Hollywood Cerise

📋 copy color: '#E60DB1'

red 230 ◦ green 13 ◦ blue 177

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

Shades of Hollywood Cerise #E60DB1

Tints of Hollywood Cerise #E60DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.14%

R = 54.76%
G = 3.1%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E60DB1 (or 0xE60DB1) is known color: Hollywood Cerise. HEX triplet: E6, 0D and B1. RGB value is (230,13,177). Sum of RGB (Red+Green+Blue) = 230+13+177=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60DB1 is #19F24E. Grayscale: #606060. Windows color (decimal): -1700431 or 11603430. OLE color: 11603430.

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

Color convert

RGB 230 13 177 -
CMYK 0 0.94 0.23 0.10
HSL 314.65º 0.89% 0.48% -
HSV(B) 314.65º 0.94% 0.9% -
XYZ 40.71 20.29 43.36 -
YUV 96.58 173.39 223.16 -
System Red Green Blue C M Y K H S L
Decimal 230 13 177 0 0.94 0.23 0.10 314.65 0.89 0.48
Hex E6 D B1 0 5E 17 A 13B 59 30
Octal 346 15 261 0 136 27 12 473 131 60
Binary 11100110 1101 10110001 0 1011110 10111 1010 100111011 1011001 110000

Color Harmonies of #E60DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DB1

Black with #E60DB1

Text Example


Text Example

White with #E60DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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