Html Css Color HEX #E50572 Razzmatazz

📋 copy color: '#E50572'

red 229 ◦ green 5 ◦ blue 114

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

Shades of Razzmatazz #E50572

Tints of Razzmatazz #E50572

RGB

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

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

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

R = 65.8%
G = 1.44%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E50572 (or 0xE50572) is known color: Razzmatazz. HEX triplet: E5, 05 and 72. RGB value is (229,5,114). Sum of RGB (Red+Green+Blue) = 229+5+114=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E50572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50572 is #1AFA8D. Grayscale: #545454. Windows color (decimal): -1768078 or 7472613. OLE color: 7472613.

HSL color Cylindrical-coordinate representation of color #E50572: hue angle of 330.8º 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 #E50572 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 114 -
CMYK 0 0.98 0.50 0.10
HSL 330.8º 0.96% 0.46% -
HSV(B) 330.8º 0.98% 0.9% -
XYZ 35.4 17.98 17.52 -
YUV 84.4 144.71 231.14 -
System Red Green Blue C M Y K H S L
Decimal 229 5 114 0 0.98 0.50 0.10 330.8 0.96 0.46
Hex E5 5 72 0 62 32 A 14B 60 2E
Octal 345 5 162 0 142 62 12 513 140 56
Binary 11100101 101 1110010 0 1100010 110010 1010 101001011 1100000 101110

Color Harmonies of #E50572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50572

Black with #E50572

Text Example


Text Example

White with #E50572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50572; }

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

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

background-color css

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

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

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

border-color css

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

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

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