Html Css Color HEX #E20253 Razzmatazz

📋 copy color: '#E20253'

red 226 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #E20253

Tints of Razzmatazz #E20253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 83 (32.81% from 255) = 26.69%

R = 72.67%
G = 0.64%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E20253 (or 0xE20253) is known color: Razzmatazz. HEX triplet: E2, 02 and 53. RGB value is (226,2,83). Sum of RGB (Red+Green+Blue) = 226+2+83=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E20253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20253 is #1DFDAC. Grayscale: #4E4E4E. Windows color (decimal): -1965485 or 5440226. OLE color: 5440226.

HSL color Cylindrical-coordinate representation of color #E20253: hue angle of 338.3º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20253 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 2 83 -
CMYK 0 0.99 0.63 0.11
HSL 338.3º 0.98% 0.45% -
HSV(B) 338.3º 0.99% 0.89% -
XYZ 32.95 16.84 9.7 -
YUV 78.21 130.71 233.41 -
System Red Green Blue C M Y K H S L
Decimal 226 2 83 0 0.99 0.63 0.11 338.3 0.98 0.45
Hex E2 2 53 0 63 3F B 152 62 2D
Octal 342 2 123 0 143 77 13 522 142 55
Binary 11100010 10 1010011 0 1100011 111111 1011 101010010 1100010 101101

Color Harmonies of #E20253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20253

Black with #E20253

Text Example


Text Example

White with #E20253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20253; }

 p { color: rgb(226,2,83); }

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

background-color css

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

 a { background-color: rgb(226,2,83); }

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

border-color css

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

 span { border-color: rgb(226,2,83); }

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