Html Css Color HEX #E60EAC Hollywood Cerise

📋 copy color: '#E60EAC'

red 230 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #E60EAC

Tints of Hollywood Cerise #E60EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 55.29%
G = 3.37%
B = 41.35%

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

#E60EAC (or 0xE60EAC) is known color: Hollywood Cerise. HEX triplet: E6, 0E and AC. RGB value is (230,14,172). Sum of RGB (Red+Green+Blue) = 230+14+172=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60EAC is #19F153. Grayscale: #606060. Windows color (decimal): -1700180 or 11276006. OLE color: 11276006.

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

Color convert

RGB 230 14 172 -
CMYK 0 0.94 0.25 0.10
HSL 316.11º 0.89% 0.48% -
HSV(B) 316.11º 0.94% 0.9% -
XYZ 40.24 20.12 40.79 -
YUV 96.6 170.56 223.15 -
System Red Green Blue C M Y K H S L
Decimal 230 14 172 0 0.94 0.25 0.10 316.11 0.89 0.48
Hex E6 E AC 0 5E 19 A 13C 59 30
Octal 346 16 254 0 136 31 12 474 131 60
Binary 11100110 1110 10101100 0 1011110 11001 1010 100111100 1011001 110000

Color Harmonies of #E60EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60EAC

Black with #E60EAC

Text Example


Text Example

White with #E60EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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