Html Css Color HEX #E50250 Razzmatazz

📋 copy color: '#E50250'

red 229 ◦ green 2 ◦ blue 80

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

Shades of Razzmatazz #E50250

Tints of Razzmatazz #E50250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 73.63%
G = 0.64%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E50250 (or 0xE50250) is known color: Razzmatazz. HEX triplet: E5, 02 and 50. RGB value is (229,2,80). Sum of RGB (Red+Green+Blue) = 229+2+80=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E50250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50250 is #1AFDAF. Grayscale: #4E4E4E. Windows color (decimal): -1768880 or 5243621. OLE color: 5243621.

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

Color convert

RGB 229 2 80 -
CMYK 0 0.99 0.65 0.10
HSL 339.38º 0.98% 0.45% -
HSV(B) 339.38º 0.99% 0.9% -
XYZ 33.78 17.28 9.14 -
YUV 78.77 128.71 235.16 -
System Red Green Blue C M Y K H S L
Decimal 229 2 80 0 0.99 0.65 0.10 339.38 0.98 0.45
Hex E5 2 50 0 63 41 A 153 62 2D
Octal 345 2 120 0 143 101 12 523 142 55
Binary 11100101 10 1010000 0 1100011 1000001 1010 101010011 1100010 101101

Color Harmonies of #E50250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50250

Black with #E50250

Text Example


Text Example

White with #E50250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50250; }

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

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

background-color css

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

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

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

border-color css

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

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

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