Html Css Color HEX #E20A5D Razzmatazz

📋 copy color: '#E20A5D'

red 226 ◦ green 10 ◦ blue 93

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

Shades of Razzmatazz #E20A5D

Tints of Razzmatazz #E20A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.04%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 68.69%
G = 3.04%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E20A5D (or 0xE20A5D) is known color: Razzmatazz. HEX triplet: E2, 0A and 5D. RGB value is (226,10,93). Sum of RGB (Red+Green+Blue) = 226+10+93=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A5D is #1DF5A2. Grayscale: #535353. Windows color (decimal): -1963427 or 6097634. OLE color: 6097634.

HSL color Cylindrical-coordinate representation of color #E20A5D: hue angle of 336.94º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A5D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 10 93 -
CMYK 0 0.96 0.59 0.11
HSL 336.94º 0.92% 0.46% -
HSV(B) 336.94º 0.96% 0.89% -
XYZ 33.45 17.18 11.91 -
YUV 84.05 133.06 229.25 -
System Red Green Blue C M Y K H S L
Decimal 226 10 93 0 0.96 0.59 0.11 336.94 0.92 0.46
Hex E2 A 5D 0 60 3B B 151 5C 2E
Octal 342 12 135 0 140 73 13 521 134 56
Binary 11100010 1010 1011101 0 1100000 111011 1011 101010001 1011100 101110

Color Harmonies of #E20A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A5D

Black with #E20A5D

Text Example


Text Example

White with #E20A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A5D; }

 p { color: rgb(226,10,93); }

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

background-color css

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

 a { background-color: rgb(226,10,93); }

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

border-color css

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

 span { border-color: rgb(226,10,93); }

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