Html Css Color HEX #E20373 Razzmatazz

📋 copy color: '#E20373'

red 226 ◦ green 3 ◦ blue 115

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

Shades of Razzmatazz #E20373

Tints of Razzmatazz #E20373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 65.7%
G = 0.87%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E20373 (or 0xE20373) is known color: Razzmatazz. HEX triplet: E2, 03 and 73. RGB value is (226,3,115). Sum of RGB (Red+Green+Blue) = 226+3+115=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E20373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20373 is #1DFC8C. Grayscale: #525252. Windows color (decimal): -1965197 or 7537634. OLE color: 7537634.

HSL color Cylindrical-coordinate representation of color #E20373: hue angle of 329.87º degrees, saturation: 0.97, 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 #E20373 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 3 115 -
CMYK 0 0.99 0.49 0.11
HSL 329.87º 0.97% 0.45% -
HSV(B) 329.87º 0.99% 0.89% -
XYZ 34.49 17.47 17.77 -
YUV 82.45 146.38 230.39 -
System Red Green Blue C M Y K H S L
Decimal 226 3 115 0 0.99 0.49 0.11 329.87 0.97 0.45
Hex E2 3 73 0 63 31 B 14A 61 2D
Octal 342 3 163 0 143 61 13 512 141 55
Binary 11100010 11 1110011 0 1100011 110001 1011 101001010 1100001 101101

Color Harmonies of #E20373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20373

Black with #E20373

Text Example


Text Example

White with #E20373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20373; }

 p { color: rgb(226,3,115); }

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

background-color css

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

 a { background-color: rgb(226,3,115); }

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

border-color css

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

 span { border-color: rgb(226,3,115); }

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