Html Css Color HEX #E20552 Razzmatazz

📋 copy color: '#E20552'

red 226 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #E20552

Tints of Razzmatazz #E20552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 72.2%
G = 1.6%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E20552 (or 0xE20552) is known color: Razzmatazz. HEX triplet: E2, 05 and 52. RGB value is (226,5,82). Sum of RGB (Red+Green+Blue) = 226+5+82=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E20552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20552 is #1DFAAD. Grayscale: #4F4F4F. Windows color (decimal): -1964718 or 5375458. OLE color: 5375458.

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

Color convert

RGB 226 5 82 -
CMYK 0 0.98 0.64 0.11
HSL 339.1º 0.96% 0.45% -
HSV(B) 339.1º 0.98% 0.89% -
XYZ 32.94 16.89 9.51 -
YUV 79.86 129.22 232.24 -
System Red Green Blue C M Y K H S L
Decimal 226 5 82 0 0.98 0.64 0.11 339.1 0.96 0.45
Hex E2 5 52 0 62 40 B 153 60 2D
Octal 342 5 122 0 142 100 13 523 140 55
Binary 11100010 101 1010010 0 1100010 1000000 1011 101010011 1100000 101101

Color Harmonies of #E20552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20552

Black with #E20552

Text Example


Text Example

White with #E20552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20552; }

 p { color: rgb(226,5,82); }

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

background-color css

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

 a { background-color: rgb(226,5,82); }

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

border-color css

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

 span { border-color: rgb(226,5,82); }

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