Html Css Color HEX #E50F50 Razzmatazz

📋 copy color: '#E50F50'

red 229 ◦ green 15 ◦ blue 80

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

Shades of Razzmatazz #E50F50

Tints of Razzmatazz #E50F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.63%

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

R = 70.68%
G = 4.63%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E50F50 (or 0xE50F50) is known color: Razzmatazz. HEX triplet: E5, 0F and 50. RGB value is (229,15,80). Sum of RGB (Red+Green+Blue) = 229+15+80=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F50 is #1AF0AF. Grayscale: #565656. Windows color (decimal): -1765552 or 5246949. OLE color: 5246949.

HSL color Cylindrical-coordinate representation of color #E50F50: hue angle of 341.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F50 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 80 -
CMYK 0 0.93 0.65 0.10
HSL 341.78º 0.88% 0.48% -
HSV(B) 341.78º 0.93% 0.9% -
XYZ 33.93 17.58 9.19 -
YUV 86.4 124.4 229.71 -
System Red Green Blue C M Y K H S L
Decimal 229 15 80 0 0.93 0.65 0.10 341.78 0.88 0.48
Hex E5 F 50 0 5D 41 A 156 58 30
Octal 345 17 120 0 135 101 12 526 130 60
Binary 11100101 1111 1010000 0 1011101 1000001 1010 101010110 1011000 110000

Color Harmonies of #E50F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F50

Black with #E50F50

Text Example


Text Example

White with #E50F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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