Html Css Color HEX #E51252 Razzmatazz

📋 copy color: '#E51252'

red 229 ◦ green 18 ◦ blue 82

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

Shades of Razzmatazz #E51252

Tints of Razzmatazz #E51252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 69.6%
G = 5.47%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E51252 (or 0xE51252) is known color: Razzmatazz. HEX triplet: E5, 12 and 52. RGB value is (229,18,82). Sum of RGB (Red+Green+Blue) = 229+18+82=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E51252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51252 is #1AEDAD. Grayscale: #585858. Windows color (decimal): -1764782 or 5378789. OLE color: 5378789.

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

Color convert

RGB 229 18 82 -
CMYK 0 0.92 0.64 0.10
HSL 341.8º 0.85% 0.48% -
HSV(B) 341.8º 0.92% 0.9% -
XYZ 34.05 17.7 9.6 -
YUV 88.39 124.4 228.3 -
System Red Green Blue C M Y K H S L
Decimal 229 18 82 0 0.92 0.64 0.10 341.8 0.85 0.48
Hex E5 12 52 0 5C 40 A 156 55 30
Octal 345 22 122 0 134 100 12 526 125 60
Binary 11100101 10010 1010010 0 1011100 1000000 1010 101010110 1010101 110000

Color Harmonies of #E51252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51252

Black with #E51252

Text Example


Text Example

White with #E51252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51252; }

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

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

background-color css

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

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

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

border-color css

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

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

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