Html Css Color HEX #E50D5E Razzmatazz

📋 copy color: '#E50D5E'

red 229 ◦ green 13 ◦ blue 94

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

Shades of Razzmatazz #E50D5E

Tints of Razzmatazz #E50D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 68.15%
G = 3.87%
B = 27.98%

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

#E50D5E (or 0xE50D5E) is known color: Razzmatazz. HEX triplet: E5, 0D and 5E. RGB value is (229,13,94). Sum of RGB (Red+Green+Blue) = 229+13+94=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D5E is #1AF2A1. Grayscale: #565656. Windows color (decimal): -1766050 or 6163941. OLE color: 6163941.

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

Color convert

RGB 229 13 94 -
CMYK 0 0.94 0.59 0.10
HSL 337.5º 0.89% 0.47% -
HSV(B) 337.5º 0.94% 0.9% -
XYZ 34.48 17.75 12.2 -
YUV 86.82 132.06 229.41 -
System Red Green Blue C M Y K H S L
Decimal 229 13 94 0 0.94 0.59 0.10 337.5 0.89 0.47
Hex E5 D 5E 0 5E 3B A 152 59 2F
Octal 345 15 136 0 136 73 12 522 131 57
Binary 11100101 1101 1011110 0 1011110 111011 1010 101010010 1011001 101111

Color Harmonies of #E50D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D5E

Black with #E50D5E

Text Example


Text Example

White with #E50D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D5E; }

 p { color: rgb(229,13,94); }

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

background-color css

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

 a { background-color: rgb(229,13,94); }

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

border-color css

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

 span { border-color: rgb(229,13,94); }

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