Html Css Color HEX #E51352 Razzmatazz

📋 copy color: '#E51352'

red 229 ◦ green 19 ◦ blue 82

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

Shades of Razzmatazz #E51352

Tints of Razzmatazz #E51352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

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

R = 69.39%
G = 5.76%
B = 24.85%

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

#E51352 (or 0xE51352) is known color: Razzmatazz. HEX triplet: E5, 13 and 52. RGB value is (229,19,82). Sum of RGB (Red+Green+Blue) = 229+19+82=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E51352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51352 is #1AECAD. Grayscale: #585858. Windows color (decimal): -1764526 or 5379045. OLE color: 5379045.

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

Color convert

RGB 229 19 82 -
CMYK 0 0.92 0.64 0.10
HSL 342º 0.85% 0.49% -
HSV(B) 342º 0.92% 0.9% -
XYZ 34.07 17.73 9.61 -
YUV 88.97 124.07 227.88 -
System Red Green Blue C M Y K H S L
Decimal 229 19 82 0 0.92 0.64 0.10 342 0.85 0.49
Hex E5 13 52 0 5C 40 A 156 55 31
Octal 345 23 122 0 134 100 12 526 125 61
Binary 11100101 10011 1010010 0 1011100 1000000 1010 101010110 1010101 110001

Color Harmonies of #E51352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51352

Black with #E51352

Text Example


Text Example

White with #E51352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51352; }

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

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

background-color css

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

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

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

border-color css

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

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

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