Html Css Color HEX #E50550 Razzmatazz

📋 copy color: '#E50550'

red 229 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #E50550

Tints of Razzmatazz #E50550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 72.93%
G = 1.59%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E50550 (or 0xE50550) is known color: Razzmatazz. HEX triplet: E5, 05 and 50. RGB value is (229,5,80). Sum of RGB (Red+Green+Blue) = 229+5+80=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E50550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50550 is #1AFAAF. Grayscale: #505050. Windows color (decimal): -1768112 or 5244389. OLE color: 5244389.

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

Color convert

RGB 229 5 80 -
CMYK 0 0.98 0.65 0.10
HSL 339.91º 0.96% 0.46% -
HSV(B) 339.91º 0.98% 0.9% -
XYZ 33.82 17.35 9.16 -
YUV 80.53 127.71 233.9 -
System Red Green Blue C M Y K H S L
Decimal 229 5 80 0 0.98 0.65 0.10 339.91 0.96 0.46
Hex E5 5 50 0 62 41 A 154 60 2E
Octal 345 5 120 0 142 101 12 524 140 56
Binary 11100101 101 1010000 0 1100010 1000001 1010 101010100 1100000 101110

Color Harmonies of #E50550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50550

Black with #E50550

Text Example


Text Example

White with #E50550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50550; }

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

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

background-color css

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

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

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

border-color css

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

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

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