Html Css Color HEX #E104A4 Hollywood Cerise

📋 copy color: '#E104A4'

red 225 ◦ green 4 ◦ blue 164

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

Shades of Hollywood Cerise #E104A4

Tints of Hollywood Cerise #E104A4

RGB

 RED value IS 225 (88.28% from 255) = 57.25%

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 57.25%
G = 1.02%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E104A4 (or 0xE104A4) is known color: Hollywood Cerise. HEX triplet: E1, 04 and A4. RGB value is (225,4,164). Sum of RGB (Red+Green+Blue) = 225+4+164=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E104A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E104A4 is #1EFB5B. Grayscale: #575757. Windows color (decimal): -2030428 or 10749153. OLE color: 10749153.

HSL color Cylindrical-coordinate representation of color #E104A4: hue angle of 316.56º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104A4 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 4 164 -
CMYK 0 0.98 0.27 0.12
HSL 316.56º 0.97% 0.45% -
HSV(B) 316.56º 0.98% 0.88% -
XYZ 37.8 18.77 36.75 -
YUV 88.32 170.72 225.49 -
System Red Green Blue C M Y K H S L
Decimal 225 4 164 0 0.98 0.27 0.12 316.56 0.97 0.45
Hex E1 4 A4 0 62 1B C 13D 61 2D
Octal 341 4 244 0 142 33 14 475 141 55
Binary 11100001 100 10100100 0 1100010 11011 1100 100111101 1100001 101101

Color Harmonies of #E104A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104A4

Black with #E104A4

Text Example


Text Example

White with #E104A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104A4; }

 p { color: rgb(225,4,164); }

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

background-color css

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

 a { background-color: rgb(225,4,164); }

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

border-color css

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

 span { border-color: rgb(225,4,164); }

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