Html Css Color HEX #E60FAC Hollywood Cerise

📋 copy color: '#E60FAC'

red 230 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #E60FAC

Tints of Hollywood Cerise #E60FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.6%

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

R = 55.16%
G = 3.6%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E60FAC (or 0xE60FAC) is known color: Hollywood Cerise. HEX triplet: E6, 0F and AC. RGB value is (230,15,172). Sum of RGB (Red+Green+Blue) = 230+15+172=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60FAC is #19F053. Grayscale: #606060. Windows color (decimal): -1699924 or 11276262. OLE color: 11276262.

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

Color convert

RGB 230 15 172 -
CMYK 0 0.93 0.25 0.10
HSL 316.19º 0.88% 0.48% -
HSV(B) 316.19º 0.93% 0.9% -
XYZ 40.25 20.14 40.8 -
YUV 97.18 170.23 222.73 -
System Red Green Blue C M Y K H S L
Decimal 230 15 172 0 0.93 0.25 0.10 316.19 0.88 0.48
Hex E6 F AC 0 5D 19 A 13C 58 30
Octal 346 17 254 0 135 31 12 474 130 60
Binary 11100110 1111 10101100 0 1011101 11001 1010 100111100 1011000 110000

Color Harmonies of #E60FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FAC

Black with #E60FAC

Text Example


Text Example

White with #E60FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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