Html Css Color HEX #E51250 Razzmatazz

📋 copy color: '#E51250'

red 229 ◦ green 18 ◦ blue 80

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

Shades of Razzmatazz #E51250

Tints of Razzmatazz #E51250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.5%

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

R = 70.03%
G = 5.5%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E51250 (or 0xE51250) is known color: Razzmatazz. HEX triplet: E5, 12 and 50. RGB value is (229,18,80). Sum of RGB (Red+Green+Blue) = 229+18+80=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E51250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51250 is #1AEDAF. Grayscale: #585858. Windows color (decimal): -1764784 or 5247717. OLE color: 5247717.

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

Color convert

RGB 229 18 80 -
CMYK 0 0.92 0.65 0.10
HSL 342.37º 0.85% 0.48% -
HSV(B) 342.37º 0.92% 0.9% -
XYZ 33.98 17.67 9.21 -
YUV 88.16 123.4 228.46 -
System Red Green Blue C M Y K H S L
Decimal 229 18 80 0 0.92 0.65 0.10 342.37 0.85 0.48
Hex E5 12 50 0 5C 41 A 156 55 30
Octal 345 22 120 0 134 101 12 526 125 60
Binary 11100101 10010 1010000 0 1011100 1000001 1010 101010110 1010101 110000

Color Harmonies of #E51250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51250

Black with #E51250

Text Example


Text Example

White with #E51250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51250; }

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

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

background-color css

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

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

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

border-color css

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

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

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