Html Css Color HEX #E50958 Razzmatazz

📋 copy color: '#E50958'

red 229 ◦ green 9 ◦ blue 88

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

Shades of Razzmatazz #E50958

Tints of Razzmatazz #E50958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 70.25%
G = 2.76%
B = 26.99%

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

#E50958 (or 0xE50958) is known color: Razzmatazz. HEX triplet: E5, 09 and 58. RGB value is (229,9,88). Sum of RGB (Red+Green+Blue) = 229+9+88=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E50958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50958 is #1AF6A7. Grayscale: #535353. Windows color (decimal): -1767080 or 5769701. OLE color: 5769701.

HSL color Cylindrical-coordinate representation of color #E50958: hue angle of 338.45º 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 #E50958 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 9 88 -
CMYK 0 0.96 0.62 0.10
HSL 338.45º 0.92% 0.47% -
HSV(B) 338.45º 0.96% 0.9% -
XYZ 34.17 17.56 10.82 -
YUV 83.79 130.39 231.58 -
System Red Green Blue C M Y K H S L
Decimal 229 9 88 0 0.96 0.62 0.10 338.45 0.92 0.47
Hex E5 9 58 0 60 3E A 152 5C 2F
Octal 345 11 130 0 140 76 12 522 134 57
Binary 11100101 1001 1011000 0 1100000 111110 1010 101010010 1011100 101111

Color Harmonies of #E50958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50958

Black with #E50958

Text Example


Text Example

White with #E50958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50958; }

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

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

background-color css

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

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

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

border-color css

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

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

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