Html Css Color HEX #E50A4D Razzmatazz

📋 copy color: '#E50A4D'

red 229 ◦ green 10 ◦ blue 77

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

Shades of Razzmatazz #E50A4D

Tints of Razzmatazz #E50A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 72.47%
G = 3.16%
B = 24.37%

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

#E50A4D (or 0xE50A4D) is known color: Razzmatazz. HEX triplet: E5, 0A and 4D. RGB value is (229,10,77). Sum of RGB (Red+Green+Blue) = 229+10+77=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A4D is #1AF5B2. Grayscale: #535353. Windows color (decimal): -1766835 or 5049061. OLE color: 5049061.

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

Color convert

RGB 229 10 77 -
CMYK 0 0.96 0.66 0.10
HSL 341.64º 0.92% 0.47% -
HSV(B) 341.64º 0.96% 0.9% -
XYZ 33.76 17.41 8.6 -
YUV 83.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 229 10 77 0 0.96 0.66 0.10 341.64 0.92 0.47
Hex E5 A 4D 0 60 42 A 156 5C 2F
Octal 345 12 115 0 140 102 12 526 134 57
Binary 11100101 1010 1001101 0 1100000 1000010 1010 101010110 1011100 101111

Color Harmonies of #E50A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A4D

Black with #E50A4D

Text Example


Text Example

White with #E50A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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