Html Css Color HEX #E51350 Razzmatazz

📋 copy color: '#E51350'

red 229 ◦ green 19 ◦ blue 80

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

Shades of Razzmatazz #E51350

Tints of Razzmatazz #E51350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.79%

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

R = 69.82%
G = 5.79%
B = 24.39%

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

#E51350 (or 0xE51350) is known color: Razzmatazz. HEX triplet: E5, 13 and 50. RGB value is (229,19,80). Sum of RGB (Red+Green+Blue) = 229+19+80=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E51350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51350 is #1AECAF. Grayscale: #585858. Windows color (decimal): -1764528 or 5247973. OLE color: 5247973.

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

Color convert

RGB 229 19 80 -
CMYK 0 0.92 0.65 0.10
HSL 342.57º 0.85% 0.49% -
HSV(B) 342.57º 0.92% 0.9% -
XYZ 33.99 17.7 9.21 -
YUV 88.74 123.07 228.04 -
System Red Green Blue C M Y K H S L
Decimal 229 19 80 0 0.92 0.65 0.10 342.57 0.85 0.49
Hex E5 13 50 0 5C 41 A 157 55 31
Octal 345 23 120 0 134 101 12 527 125 61
Binary 11100101 10011 1010000 0 1011100 1000001 1010 101010111 1010101 110001

Color Harmonies of #E51350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51350

Black with #E51350

Text Example


Text Example

White with #E51350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51350; }

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

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

background-color css

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

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

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

border-color css

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

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

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