Html Css Color HEX #E204AD Hollywood Cerise

📋 copy color: '#E204AD'

red 226 ◦ green 4 ◦ blue 173

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

Shades of Hollywood Cerise #E204AD

Tints of Hollywood Cerise #E204AD

RGB

 RED value IS 226 (88.67% from 255) = 56.08%

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

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

R = 56.08%
G = 0.99%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E204AD (or 0xE204AD) is known color: Hollywood Cerise. HEX triplet: E2, 04 and AD. RGB value is (226,4,173). Sum of RGB (Red+Green+Blue) = 226+4+173=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E204AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E204AD is #1DFB52. Grayscale: #595959. Windows color (decimal): -1964883 or 11338978. OLE color: 11338978.

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

Color convert

RGB 226 4 173 -
CMYK 0 0.98 0.23 0.11
HSL 314.32º 0.97% 0.45% -
HSV(B) 314.32º 0.98% 0.89% -
XYZ 38.95 19.27 41.2 -
YUV 89.64 175.05 225.26 -
System Red Green Blue C M Y K H S L
Decimal 226 4 173 0 0.98 0.23 0.11 314.32 0.97 0.45
Hex E2 4 AD 0 62 17 B 13A 61 2D
Octal 342 4 255 0 142 27 13 472 141 55
Binary 11100010 100 10101101 0 1100010 10111 1011 100111010 1100001 101101

Color Harmonies of #E204AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E204AD

Black with #E204AD

Text Example


Text Example

White with #E204AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E204AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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