Html Css Color HEX #E50FAC Hollywood Cerise

📋 copy color: '#E50FAC'

red 229 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #E50FAC

Tints of Hollywood Cerise #E50FAC

RGB

 RED value IS 229 (89.84% from 255) = 55.05%

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

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

R = 55.05%
G = 3.61%
B = 41.35%

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

#E50FAC (or 0xE50FAC) is known color: Hollywood Cerise. HEX triplet: E5, 0F and AC. RGB value is (229,15,172). Sum of RGB (Red+Green+Blue) = 229+15+172=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50FAC is #1AF053. Grayscale: #606060. Windows color (decimal): -1765460 or 11276261. OLE color: 11276261.

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

Color convert

RGB 229 15 172 -
CMYK 0 0.93 0.25 0.10
HSL 315.98º 0.88% 0.48% -
HSV(B) 315.98º 0.93% 0.9% -
XYZ 39.93 19.98 40.78 -
YUV 96.88 170.4 222.23 -
System Red Green Blue C M Y K H S L
Decimal 229 15 172 0 0.93 0.25 0.10 315.98 0.88 0.48
Hex E5 F AC 0 5D 19 A 13C 58 30
Octal 345 17 254 0 135 31 12 474 130 60
Binary 11100101 1111 10101100 0 1011101 11001 1010 100111100 1011000 110000

Color Harmonies of #E50FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FAC

Black with #E50FAC

Text Example


Text Example

White with #E50FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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