Html Css Color HEX #E50A5D Razzmatazz

📋 copy color: '#E50A5D'

red 229 ◦ green 10 ◦ blue 93

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

Shades of Razzmatazz #E50A5D

Tints of Razzmatazz #E50A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.01%

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

R = 68.98%
G = 3.01%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E50A5D (or 0xE50A5D) is known color: Razzmatazz. HEX triplet: E5, 0A and 5D. RGB value is (229,10,93). Sum of RGB (Red+Green+Blue) = 229+10+93=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A5D is #1AF5A2. Grayscale: #545454. Windows color (decimal): -1766819 or 6097637. OLE color: 6097637.

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

Color convert

RGB 229 10 93 -
CMYK 0 0.96 0.59 0.10
HSL 337.26º 0.92% 0.47% -
HSV(B) 337.26º 0.96% 0.9% -
XYZ 34.4 17.67 11.95 -
YUV 84.94 132.55 230.75 -
System Red Green Blue C M Y K H S L
Decimal 229 10 93 0 0.96 0.59 0.10 337.26 0.92 0.47
Hex E5 A 5D 0 60 3B A 151 5C 2F
Octal 345 12 135 0 140 73 12 521 134 57
Binary 11100101 1010 1011101 0 1100000 111011 1010 101010001 1011100 101111

Color Harmonies of #E50A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A5D

Black with #E50A5D

Text Example


Text Example

White with #E50A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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