Html Css Color HEX #E50372 Razzmatazz

📋 copy color: '#E50372'

red 229 ◦ green 3 ◦ blue 114

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

Shades of Razzmatazz #E50372

Tints of Razzmatazz #E50372

RGB

 RED value IS 229 (89.84% from 255) = 66.18%

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 66.18%
G = 0.87%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E50372 (or 0xE50372) is known color: Razzmatazz. HEX triplet: E5, 03 and 72. RGB value is (229,3,114). Sum of RGB (Red+Green+Blue) = 229+3+114=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E50372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50372 is #1AFC8D. Grayscale: #535353. Windows color (decimal): -1768590 or 7472101. OLE color: 7472101.

HSL color Cylindrical-coordinate representation of color #E50372: hue angle of 330.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50372 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 3 114 -
CMYK 0 0.99 0.50 0.10
HSL 330.53º 0.97% 0.45% -
HSV(B) 330.53º 0.99% 0.9% -
XYZ 35.38 17.94 17.52 -
YUV 83.23 145.37 231.97 -
System Red Green Blue C M Y K H S L
Decimal 229 3 114 0 0.99 0.50 0.10 330.53 0.97 0.45
Hex E5 3 72 0 63 32 A 14B 61 2D
Octal 345 3 162 0 143 62 12 513 141 55
Binary 11100101 11 1110010 0 1100011 110010 1010 101001011 1100001 101101

Color Harmonies of #E50372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50372

Black with #E50372

Text Example


Text Example

White with #E50372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50372; }

 p { color: rgb(229,3,114); }

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

background-color css

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

 a { background-color: rgb(229,3,114); }

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

border-color css

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

 span { border-color: rgb(229,3,114); }

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