Html Css Color HEX #E50561 Razzmatazz

📋 copy color: '#E50561'

red 229 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #E50561

Tints of Razzmatazz #E50561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 69.18%
G = 1.51%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E50561 (or 0xE50561) is known color: Razzmatazz. HEX triplet: E5, 05 and 61. RGB value is (229,5,97). Sum of RGB (Red+Green+Blue) = 229+5+97=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E50561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50561 is #1AFA9E. Grayscale: #525252. Windows color (decimal): -1768095 or 6358501. OLE color: 6358501.

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

Color convert

RGB 229 5 97 -
CMYK 0 0.98 0.58 0.10
HSL 335.36º 0.96% 0.46% -
HSV(B) 335.36º 0.98% 0.9% -
XYZ 34.53 17.63 12.89 -
YUV 82.46 136.21 232.52 -
System Red Green Blue C M Y K H S L
Decimal 229 5 97 0 0.98 0.58 0.10 335.36 0.96 0.46
Hex E5 5 61 0 62 3A A 14F 60 2E
Octal 345 5 141 0 142 72 12 517 140 56
Binary 11100101 101 1100001 0 1100010 111010 1010 101001111 1100000 101110

Color Harmonies of #E50561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50561

Black with #E50561

Text Example


Text Example

White with #E50561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50561; }

 p { color: rgb(229,5,97); }

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

background-color css

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

 a { background-color: rgb(229,5,97); }

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

border-color css

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

 span { border-color: rgb(229,5,97); }

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