Html Css Color HEX #E51254 Razzmatazz

📋 copy color: '#E51254'

red 229 ◦ green 18 ◦ blue 84

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

Shades of Razzmatazz #E51254

Tints of Razzmatazz #E51254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 69.18%
G = 5.44%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E51254 (or 0xE51254) is known color: Razzmatazz. HEX triplet: E5, 12 and 54. RGB value is (229,18,84). Sum of RGB (Red+Green+Blue) = 229+18+84=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E51254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51254 is #1AEDAB. Grayscale: #585858. Windows color (decimal): -1764780 or 5509861. OLE color: 5509861.

HSL color Cylindrical-coordinate representation of color #E51254: hue angle of 341.23º 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 #E51254 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 18 84 -
CMYK 0 0.92 0.63 0.10
HSL 341.23º 0.85% 0.48% -
HSV(B) 341.23º 0.92% 0.9% -
XYZ 34.13 17.73 10.01 -
YUV 88.61 125.4 228.13 -
System Red Green Blue C M Y K H S L
Decimal 229 18 84 0 0.92 0.63 0.10 341.23 0.85 0.48
Hex E5 12 54 0 5C 3F A 155 55 30
Octal 345 22 124 0 134 77 12 525 125 60
Binary 11100101 10010 1010100 0 1011100 111111 1010 101010101 1010101 110000

Color Harmonies of #E51254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51254

Black with #E51254

Text Example


Text Example

White with #E51254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51254; }

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

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

background-color css

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

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

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

border-color css

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

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

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