Html Css Color HEX #E50E5D Razzmatazz

📋 copy color: '#E50E5D'

red 229 ◦ green 14 ◦ blue 93

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

Shades of Razzmatazz #E50E5D

Tints of Razzmatazz #E50E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 68.15%
G = 4.17%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E50E5D (or 0xE50E5D) is known color: Razzmatazz. HEX triplet: E5, 0E and 5D. RGB value is (229,14,93). Sum of RGB (Red+Green+Blue) = 229+14+93=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50E5D is #1AF1A2. Grayscale: #575757. Windows color (decimal): -1765795 or 6098661. OLE color: 6098661.

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

Color convert

RGB 229 14 93 -
CMYK 0 0.94 0.59 0.10
HSL 337.95º 0.88% 0.48% -
HSV(B) 337.95º 0.94% 0.9% -
XYZ 34.45 17.76 11.97 -
YUV 87.29 131.23 229.08 -
System Red Green Blue C M Y K H S L
Decimal 229 14 93 0 0.94 0.59 0.10 337.95 0.88 0.48
Hex E5 E 5D 0 5E 3B A 152 58 30
Octal 345 16 135 0 136 73 12 522 130 60
Binary 11100101 1110 1011101 0 1011110 111011 1010 101010010 1011000 110000

Color Harmonies of #E50E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E5D

Black with #E50E5D

Text Example


Text Example

White with #E50E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E5D; }

 p { color: rgb(229,14,93); }

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

background-color css

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

 a { background-color: rgb(229,14,93); }

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

border-color css

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

 span { border-color: rgb(229,14,93); }

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