Html Css Color HEX #E60BAC Hollywood Cerise

📋 copy color: '#E60BAC'

red 230 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #E60BAC

Tints of Hollywood Cerise #E60BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

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

R = 55.69%
G = 2.66%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E60BAC (or 0xE60BAC) is known color: Hollywood Cerise. HEX triplet: E6, 0B and AC. RGB value is (230,11,172). Sum of RGB (Red+Green+Blue) = 230+11+172=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60BAC is #19F453. Grayscale: #5E5E5E. Windows color (decimal): -1700948 or 11275238. OLE color: 11275238.

HSL color Cylindrical-coordinate representation of color #E60BAC: hue angle of 315.89º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60BAC is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 172 -
CMYK 0 0.95 0.25 0.10
HSL 315.89º 0.91% 0.47% -
HSV(B) 315.89º 0.95% 0.9% -
XYZ 40.2 20.04 40.78 -
YUV 94.84 171.55 224.41 -
System Red Green Blue C M Y K H S L
Decimal 230 11 172 0 0.95 0.25 0.10 315.89 0.91 0.47
Hex E6 B AC 0 5F 19 A 13C 5B 2F
Octal 346 13 254 0 137 31 12 474 133 57
Binary 11100110 1011 10101100 0 1011111 11001 1010 100111100 1011011 101111

Color Harmonies of #E60BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BAC

Black with #E60BAC

Text Example


Text Example

White with #E60BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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