Html Css Color HEX #E51550 Razzmatazz

📋 copy color: '#E51550'

red 229 ◦ green 21 ◦ blue 80

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

Shades of Razzmatazz #E51550

Tints of Razzmatazz #E51550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

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

R = 69.39%
G = 6.36%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E51550 (or 0xE51550) is known color: Razzmatazz. HEX triplet: E5, 15 and 50. RGB value is (229,21,80). Sum of RGB (Red+Green+Blue) = 229+21+80=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E51550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51550 is #1AEAAF. Grayscale: #595959. Windows color (decimal): -1764016 or 5248485. OLE color: 5248485.

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

Color convert

RGB 229 21 80 -
CMYK 0 0.91 0.65 0.10
HSL 342.98º 0.83% 0.49% -
HSV(B) 342.98º 0.91% 0.9% -
XYZ 34.03 17.77 9.23 -
YUV 89.92 122.41 227.2 -
System Red Green Blue C M Y K H S L
Decimal 229 21 80 0 0.91 0.65 0.10 342.98 0.83 0.49
Hex E5 15 50 0 5B 41 A 157 53 31
Octal 345 25 120 0 133 101 12 527 123 61
Binary 11100101 10101 1010000 0 1011011 1000001 1010 101010111 1010011 110001

Color Harmonies of #E51550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51550

Black with #E51550

Text Example


Text Example

White with #E51550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51550; }

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

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

background-color css

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

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

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

border-color css

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

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

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