Html Css Color HEX #E50A4E Razzmatazz

📋 copy color: '#E50A4E'

red 229 ◦ green 10 ◦ blue 78

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

Shades of Razzmatazz #E50A4E

Tints of Razzmatazz #E50A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 72.24%
G = 3.15%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E50A4E (or 0xE50A4E) is known color: Razzmatazz. HEX triplet: E5, 0A and 4E. RGB value is (229,10,78). Sum of RGB (Red+Green+Blue) = 229+10+78=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A4E is #1AF5B1. Grayscale: #535353. Windows color (decimal): -1766834 or 5114597. OLE color: 5114597.

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

Color convert

RGB 229 10 78 -
CMYK 0 0.96 0.66 0.10
HSL 341.37º 0.92% 0.47% -
HSV(B) 341.37º 0.96% 0.9% -
XYZ 33.8 17.43 8.79 -
YUV 83.23 125.05 231.97 -
System Red Green Blue C M Y K H S L
Decimal 229 10 78 0 0.96 0.66 0.10 341.37 0.92 0.47
Hex E5 A 4E 0 60 42 A 155 5C 2F
Octal 345 12 116 0 140 102 12 525 134 57
Binary 11100101 1010 1001110 0 1100000 1000010 1010 101010101 1011100 101111

Color Harmonies of #E50A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A4E

Black with #E50A4E

Text Example


Text Example

White with #E50A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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