Html Css Color HEX #E50147 Razzmatazz

📋 copy color: '#E50147'

red 229 ◦ green 1 ◦ blue 71

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

Shades of Razzmatazz #E50147

Tints of Razzmatazz #E50147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 76.08%
G = 0.33%
B = 23.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E50147 (or 0xE50147) is known color: Razzmatazz. HEX triplet: E5, 01 and 47. RGB value is (229,1,71). Sum of RGB (Red+Green+Blue) = 229+1+71=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E50147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50147 is #1AFEB8. Grayscale: #4D4D4D. Windows color (decimal): -1769145 or 4653541. OLE color: 4653541.

HSL color Cylindrical-coordinate representation of color #E50147: hue angle of 341.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50147 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 71 -
CMYK 0 1.00 0.69 0.10
HSL 341.58º 0.99% 0.45% -
HSV(B) 341.58º 1% 0.9% -
XYZ 33.46 17.13 7.5 -
YUV 77.15 124.54 236.31 -
System Red Green Blue C M Y K H S L
Decimal 229 1 71 0 1.00 0.69 0.10 341.58 0.99 0.45
Hex E5 1 47 0 64 45 A 156 63 2D
Octal 345 1 107 0 144 105 12 526 143 55
Binary 11100101 1 1000111 0 1100100 1000101 1010 101010110 1100011 101101

Color Harmonies of #E50147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50147

Black with #E50147

Text Example


Text Example

White with #E50147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50147; }

 p { color: rgb(229,1,71); }

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

background-color css

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

 a { background-color: rgb(229,1,71); }

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

border-color css

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

 span { border-color: rgb(229,1,71); }

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