Html Css Color HEX #E60D9B Hollywood Cerise

📋 copy color: '#E60D9B'

red 230 ◦ green 13 ◦ blue 155

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

Shades of Hollywood Cerise #E60D9B

Tints of Hollywood Cerise #E60D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 57.79%
G = 3.27%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E60D9B (or 0xE60D9B) is known color: Hollywood Cerise. HEX triplet: E6, 0D and 9B. RGB value is (230,13,155). Sum of RGB (Red+Green+Blue) = 230+13+155=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D9B is #19F264. Grayscale: #5D5D5D. Windows color (decimal): -1700453 or 10161638. OLE color: 10161638.

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

Color convert

RGB 230 13 155 -
CMYK 0 0.94 0.33 0.10
HSL 320.74º 0.89% 0.48% -
HSV(B) 320.74º 0.94% 0.9% -
XYZ 38.69 19.48 32.73 -
YUV 94.07 162.39 224.95 -
System Red Green Blue C M Y K H S L
Decimal 230 13 155 0 0.94 0.33 0.10 320.74 0.89 0.48
Hex E6 D 9B 0 5E 21 A 141 59 30
Octal 346 15 233 0 136 41 12 501 131 60
Binary 11100110 1101 10011011 0 1011110 100001 1010 101000001 1011001 110000

Color Harmonies of #E60D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D9B

Black with #E60D9B

Text Example


Text Example

White with #E60D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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