Html Css Color HEX #E20CAD Hollywood Cerise

📋 copy color: '#E20CAD'

red 226 ◦ green 12 ◦ blue 173

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

Shades of Hollywood Cerise #E20CAD

Tints of Hollywood Cerise #E20CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.92%

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

R = 54.99%
G = 2.92%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E20CAD (or 0xE20CAD) is known color: Hollywood Cerise. HEX triplet: E2, 0C and AD. RGB value is (226,12,173). Sum of RGB (Red+Green+Blue) = 226+12+173=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20CAD is #1DF352. Grayscale: #5D5D5D. Windows color (decimal): -1962835 or 11341026. OLE color: 11341026.

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

Color convert

RGB 226 12 173 -
CMYK 0 0.95 0.23 0.11
HSL 314.86º 0.9% 0.47% -
HSV(B) 314.86º 0.95% 0.89% -
XYZ 39.04 19.45 41.23 -
YUV 94.34 172.4 221.91 -
System Red Green Blue C M Y K H S L
Decimal 226 12 173 0 0.95 0.23 0.11 314.86 0.9 0.47
Hex E2 C AD 0 5F 17 B 13B 5A 2F
Octal 342 14 255 0 137 27 13 473 132 57
Binary 11100010 1100 10101101 0 1011111 10111 1011 100111011 1011010 101111

Color Harmonies of #E20CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20CAD

Black with #E20CAD

Text Example


Text Example

White with #E20CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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