Html Css Color HEX #E104AD Hollywood Cerise

📋 copy color: '#E104AD'

red 225 ◦ green 4 ◦ blue 173

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

Shades of Hollywood Cerise #E104AD

Tints of Hollywood Cerise #E104AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 55.97%
G = 1%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E104AD (or 0xE104AD) is known color: Hollywood Cerise. HEX triplet: E1, 04 and AD. RGB value is (225,4,173). Sum of RGB (Red+Green+Blue) = 225+4+173=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E104AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E104AD is #1EFB52. Grayscale: #585858. Windows color (decimal): -2030419 or 11338977. OLE color: 11338977.

HSL color Cylindrical-coordinate representation of color #E104AD: hue angle of 314.12º 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 #E104AD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 4 173 -
CMYK 0 0.98 0.23 0.12
HSL 314.12º 0.97% 0.45% -
HSV(B) 314.12º 0.98% 0.88% -
XYZ 38.64 19.11 41.19 -
YUV 89.35 175.22 224.76 -
System Red Green Blue C M Y K H S L
Decimal 225 4 173 0 0.98 0.23 0.12 314.12 0.97 0.45
Hex E1 4 AD 0 62 17 C 13A 61 2D
Octal 341 4 255 0 142 27 14 472 141 55
Binary 11100001 100 10101101 0 1100010 10111 1100 100111010 1100001 101101

Color Harmonies of #E104AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104AD

Black with #E104AD

Text Example


Text Example

White with #E104AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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