Html Css Color HEX #E50751 Razzmatazz

📋 copy color: '#E50751'

red 229 ◦ green 7 ◦ blue 81

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

Shades of Razzmatazz #E50751

Tints of Razzmatazz #E50751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 72.24%
G = 2.21%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E50751 (or 0xE50751) is known color: Razzmatazz. HEX triplet: E5, 07 and 51. RGB value is (229,7,81). Sum of RGB (Red+Green+Blue) = 229+7+81=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E50751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50751 is #1AF8AE. Grayscale: #515151. Windows color (decimal): -1767599 or 5310437. OLE color: 5310437.

HSL color Cylindrical-coordinate representation of color #E50751: hue angle of 340º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50751 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 7 81 -
CMYK 0 0.97 0.65 0.10
HSL 340º 0.94% 0.46% -
HSV(B) 340º 0.97% 0.9% -
XYZ 33.87 17.4 9.36 -
YUV 81.81 127.55 232.98 -
System Red Green Blue C M Y K H S L
Decimal 229 7 81 0 0.97 0.65 0.10 340 0.94 0.46
Hex E5 7 51 0 61 41 A 154 5E 2E
Octal 345 7 121 0 141 101 12 524 136 56
Binary 11100101 111 1010001 0 1100001 1000001 1010 101010100 1011110 101110

Color Harmonies of #E50751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50751

Black with #E50751

Text Example


Text Example

White with #E50751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50751; }

 p { color: rgb(229,7,81); }

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

background-color css

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

 a { background-color: rgb(229,7,81); }

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

border-color css

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

 span { border-color: rgb(229,7,81); }

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