Html Css Color HEX #E51150 Razzmatazz

📋 copy color: '#E51150'

red 229 ◦ green 17 ◦ blue 80

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

Shades of Razzmatazz #E51150

Tints of Razzmatazz #E51150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

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

R = 70.25%
G = 5.21%
B = 24.54%

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

#E51150 (or 0xE51150) is known color: Razzmatazz. HEX triplet: E5, 11 and 50. RGB value is (229,17,80). Sum of RGB (Red+Green+Blue) = 229+17+80=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E51150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51150 is #1AEEAF. Grayscale: #575757. Windows color (decimal): -1765040 or 5247461. OLE color: 5247461.

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

Color convert

RGB 229 17 80 -
CMYK 0 0.93 0.65 0.10
HSL 342.17º 0.86% 0.48% -
HSV(B) 342.17º 0.93% 0.9% -
XYZ 33.96 17.64 9.2 -
YUV 87.57 123.74 228.88 -
System Red Green Blue C M Y K H S L
Decimal 229 17 80 0 0.93 0.65 0.10 342.17 0.86 0.48
Hex E5 11 50 0 5D 41 A 156 56 30
Octal 345 21 120 0 135 101 12 526 126 60
Binary 11100101 10001 1010000 0 1011101 1000001 1010 101010110 1010110 110000

Color Harmonies of #E51150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51150

Black with #E51150

Text Example


Text Example

White with #E51150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51150; }

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

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

background-color css

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

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

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

border-color css

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

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

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