Html Css Color HEX #E20A58 Razzmatazz

📋 copy color: '#E20A58'

red 226 ◦ green 10 ◦ blue 88

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

Shades of Razzmatazz #E20A58

Tints of Razzmatazz #E20A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 69.75%
G = 3.09%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E20A58 (or 0xE20A58) is known color: Razzmatazz. HEX triplet: E2, 0A and 58. RGB value is (226,10,88). Sum of RGB (Red+Green+Blue) = 226+10+88=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A58 is #1DF5A7. Grayscale: #535353. Windows color (decimal): -1963432 or 5769954. OLE color: 5769954.

HSL color Cylindrical-coordinate representation of color #E20A58: hue angle of 338.33º 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 #E20A58 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 10 88 -
CMYK 0 0.96 0.61 0.11
HSL 338.33º 0.92% 0.46% -
HSV(B) 338.33º 0.96% 0.89% -
XYZ 33.23 17.09 10.78 -
YUV 83.48 130.56 229.66 -
System Red Green Blue C M Y K H S L
Decimal 226 10 88 0 0.96 0.61 0.11 338.33 0.92 0.46
Hex E2 A 58 0 60 3D B 152 5C 2E
Octal 342 12 130 0 140 75 13 522 134 56
Binary 11100010 1010 1011000 0 1100000 111101 1011 101010010 1011100 101110

Color Harmonies of #E20A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A58

Black with #E20A58

Text Example


Text Example

White with #E20A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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