Html Css Color HEX #E60EAB Hollywood Cerise

📋 copy color: '#E60EAB'

red 230 ◦ green 14 ◦ blue 171

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

Shades of Hollywood Cerise #E60EAB

Tints of Hollywood Cerise #E60EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 55.42%
G = 3.37%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E60EAB (or 0xE60EAB) is known color: Hollywood Cerise. HEX triplet: E6, 0E and AB. RGB value is (230,14,171). Sum of RGB (Red+Green+Blue) = 230+14+171=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60EAB is #19F154. Grayscale: #606060. Windows color (decimal): -1700181 or 11210470. OLE color: 11210470.

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

Color convert

RGB 230 14 171 -
CMYK 0 0.94 0.26 0.10
HSL 316.39º 0.89% 0.48% -
HSV(B) 316.39º 0.94% 0.9% -
XYZ 40.14 20.08 40.29 -
YUV 96.48 170.06 223.23 -
System Red Green Blue C M Y K H S L
Decimal 230 14 171 0 0.94 0.26 0.10 316.39 0.89 0.48
Hex E6 E AB 0 5E 1A A 13C 59 30
Octal 346 16 253 0 136 32 12 474 131 60
Binary 11100110 1110 10101011 0 1011110 11010 1010 100111100 1011001 110000

Color Harmonies of #E60EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60EAB

Black with #E60EAB

Text Example


Text Example

White with #E60EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60EAB; }

 p { color: rgb(230,14,171); }

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

background-color css

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

 a { background-color: rgb(230,14,171); }

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

border-color css

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

 span { border-color: rgb(230,14,171); }

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