Html Css Color HEX #E50957 Razzmatazz

📋 copy color: '#E50957'

red 229 ◦ green 9 ◦ blue 87

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

Shades of Razzmatazz #E50957

Tints of Razzmatazz #E50957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 70.46%
G = 2.77%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E50957 (or 0xE50957) is known color: Razzmatazz. HEX triplet: E5, 09 and 57. RGB value is (229,9,87). Sum of RGB (Red+Green+Blue) = 229+9+87=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E50957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50957 is #1AF6A8. Grayscale: #535353. Windows color (decimal): -1767081 or 5704165. OLE color: 5704165.

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

Color convert

RGB 229 9 87 -
CMYK 0 0.96 0.62 0.10
HSL 338.73º 0.92% 0.47% -
HSV(B) 338.73º 0.96% 0.9% -
XYZ 34.13 17.54 10.6 -
YUV 83.67 129.89 231.66 -
System Red Green Blue C M Y K H S L
Decimal 229 9 87 0 0.96 0.62 0.10 338.73 0.92 0.47
Hex E5 9 57 0 60 3E A 153 5C 2F
Octal 345 11 127 0 140 76 12 523 134 57
Binary 11100101 1001 1010111 0 1100000 111110 1010 101010011 1011100 101111

Color Harmonies of #E50957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50957

Black with #E50957

Text Example


Text Example

White with #E50957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50957; }

 p { color: rgb(229,9,87); }

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

background-color css

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

 a { background-color: rgb(229,9,87); }

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

border-color css

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

 span { border-color: rgb(229,9,87); }

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