Html Css Color HEX #E50571 Razzmatazz

📋 copy color: '#E50571'

red 229 ◦ green 5 ◦ blue 113

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

Shades of Razzmatazz #E50571

Tints of Razzmatazz #E50571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 65.99%
G = 1.44%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E50571 (or 0xE50571) is known color: Razzmatazz. HEX triplet: E5, 05 and 71. RGB value is (229,5,113). Sum of RGB (Red+Green+Blue) = 229+5+113=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E50571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50571 is #1AFA8E. Grayscale: #545454. Windows color (decimal): -1768079 or 7407077. OLE color: 7407077.

HSL color Cylindrical-coordinate representation of color #E50571: hue angle of 331.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50571 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 113 -
CMYK 0 0.98 0.51 0.10
HSL 331.07º 0.96% 0.46% -
HSV(B) 331.07º 0.98% 0.9% -
XYZ 35.35 17.96 17.23 -
YUV 84.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 229 5 113 0 0.98 0.51 0.10 331.07 0.96 0.46
Hex E5 5 71 0 62 33 A 14B 60 2E
Octal 345 5 161 0 142 63 12 513 140 56
Binary 11100101 101 1110001 0 1100010 110011 1010 101001011 1100000 101110

Color Harmonies of #E50571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50571

Black with #E50571

Text Example


Text Example

White with #E50571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50571; }

 p { color: rgb(229,5,113); }

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

background-color css

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

 a { background-color: rgb(229,5,113); }

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

border-color css

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

 span { border-color: rgb(229,5,113); }

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