Html Css Color HEX #E40FAC Hollywood Cerise

📋 copy color: '#E40FAC'

red 228 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #E40FAC

Tints of Hollywood Cerise #E40FAC

RGB

 RED value IS 228 (89.45% from 255) = 54.94%

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

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

R = 54.94%
G = 3.61%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E40FAC (or 0xE40FAC) is known color: Hollywood Cerise. HEX triplet: E4, 0F and AC. RGB value is (228,15,172). Sum of RGB (Red+Green+Blue) = 228+15+172=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40FAC is #1BF053. Grayscale: #606060. Windows color (decimal): -1830996 or 11276260. OLE color: 11276260.

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

Color convert

RGB 228 15 172 -
CMYK 0 0.93 0.25 0.11
HSL 315.77º 0.88% 0.48% -
HSV(B) 315.77º 0.93% 0.89% -
XYZ 39.61 19.81 40.77 -
YUV 96.59 170.57 221.73 -
System Red Green Blue C M Y K H S L
Decimal 228 15 172 0 0.93 0.25 0.11 315.77 0.88 0.48
Hex E4 F AC 0 5D 19 B 13C 58 30
Octal 344 17 254 0 135 31 13 474 130 60
Binary 11100100 1111 10101100 0 1011101 11001 1011 100111100 1011000 110000

Color Harmonies of #E40FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FAC

Black with #E40FAC

Text Example


Text Example

White with #E40FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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