Html Css Color HEX #E51450 Razzmatazz

📋 copy color: '#E51450'

red 229 ◦ green 20 ◦ blue 80

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

Shades of Razzmatazz #E51450

Tints of Razzmatazz #E51450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 69.6%
G = 6.08%
B = 24.32%

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

#E51450 (or 0xE51450) is known color: Razzmatazz. HEX triplet: E5, 14 and 50. RGB value is (229,20,80). Sum of RGB (Red+Green+Blue) = 229+20+80=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E51450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51450 is #1AEBAF. Grayscale: #595959. Windows color (decimal): -1764272 or 5248229. OLE color: 5248229.

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

Color convert

RGB 229 20 80 -
CMYK 0 0.91 0.65 0.10
HSL 342.78º 0.84% 0.49% -
HSV(B) 342.78º 0.91% 0.9% -
XYZ 34.01 17.74 9.22 -
YUV 89.33 122.74 227.62 -
System Red Green Blue C M Y K H S L
Decimal 229 20 80 0 0.91 0.65 0.10 342.78 0.84 0.49
Hex E5 14 50 0 5B 41 A 157 54 31
Octal 345 24 120 0 133 101 12 527 124 61
Binary 11100101 10100 1010000 0 1011011 1000001 1010 101010111 1010100 110001

Color Harmonies of #E51450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51450

Black with #E51450

Text Example


Text Example

White with #E51450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51450; }

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

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

background-color css

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

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

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

border-color css

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

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

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