Html Css Color HEX #E51152 Razzmatazz

📋 copy color: '#E51152'

red 229 ◦ green 17 ◦ blue 82

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

Shades of Razzmatazz #E51152

Tints of Razzmatazz #E51152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.18%

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

R = 69.82%
G = 5.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E51152 (or 0xE51152) is known color: Razzmatazz. HEX triplet: E5, 11 and 52. RGB value is (229,17,82). Sum of RGB (Red+Green+Blue) = 229+17+82=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E51152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51152 is #1AEEAD. Grayscale: #575757. Windows color (decimal): -1765038 or 5378533. OLE color: 5378533.

HSL color Cylindrical-coordinate representation of color #E51152: hue angle of 341.6º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51152 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 82 -
CMYK 0 0.93 0.64 0.10
HSL 341.6º 0.86% 0.48% -
HSV(B) 341.6º 0.93% 0.9% -
XYZ 34.04 17.67 9.6 -
YUV 87.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 229 17 82 0 0.93 0.64 0.10 341.6 0.86 0.48
Hex E5 11 52 0 5D 40 A 156 56 30
Octal 345 21 122 0 135 100 12 526 126 60
Binary 11100101 10001 1010010 0 1011101 1000000 1010 101010110 1010110 110000

Color Harmonies of #E51152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51152

Black with #E51152

Text Example


Text Example

White with #E51152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51152; }

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

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

background-color css

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

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

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

border-color css

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

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

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