Html Css Color HEX #E20752 Razzmatazz

📋 copy color: '#E20752'

red 226 ◦ green 7 ◦ blue 82

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

Shades of Razzmatazz #E20752

Tints of Razzmatazz #E20752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

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

R = 71.75%
G = 2.22%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E20752 (or 0xE20752) is known color: Razzmatazz. HEX triplet: E2, 07 and 52. RGB value is (226,7,82). Sum of RGB (Red+Green+Blue) = 226+7+82=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E20752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20752 is #1DF8AD. Grayscale: #505050. Windows color (decimal): -1964206 or 5375970. OLE color: 5375970.

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

Color convert

RGB 226 7 82 -
CMYK 0 0.97 0.64 0.11
HSL 339.45º 0.94% 0.46% -
HSV(B) 339.45º 0.97% 0.89% -
XYZ 32.96 16.93 9.51 -
YUV 81.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 226 7 82 0 0.97 0.64 0.11 339.45 0.94 0.46
Hex E2 7 52 0 61 40 B 153 5E 2E
Octal 342 7 122 0 141 100 13 523 136 56
Binary 11100010 111 1010010 0 1100001 1000000 1011 101010011 1011110 101110

Color Harmonies of #E20752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20752

Black with #E20752

Text Example


Text Example

White with #E20752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20752; }

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

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

background-color css

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

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

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

border-color css

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

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

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