Html Css Color HEX #E50271 Razzmatazz

📋 copy color: '#E50271'

red 229 ◦ green 2 ◦ blue 113

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

Shades of Razzmatazz #E50271

Tints of Razzmatazz #E50271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 66.57%
G = 0.58%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E50271 (or 0xE50271) is known color: Razzmatazz. HEX triplet: E5, 02 and 71. RGB value is (229,2,113). Sum of RGB (Red+Green+Blue) = 229+2+113=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E50271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50271 is #1AFD8E. Grayscale: #525252. Windows color (decimal): -1768847 or 7406309. OLE color: 7406309.

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

Color convert

RGB 229 2 113 -
CMYK 0 0.99 0.51 0.10
HSL 330.66º 0.98% 0.45% -
HSV(B) 330.66º 0.99% 0.9% -
XYZ 35.32 17.89 17.22 -
YUV 82.53 145.21 232.47 -
System Red Green Blue C M Y K H S L
Decimal 229 2 113 0 0.99 0.51 0.10 330.66 0.98 0.45
Hex E5 2 71 0 63 33 A 14B 62 2D
Octal 345 2 161 0 143 63 12 513 142 55
Binary 11100101 10 1110001 0 1100011 110011 1010 101001011 1100010 101101

Color Harmonies of #E50271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50271

Black with #E50271

Text Example


Text Example

White with #E50271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50271; }

 p { color: rgb(229,2,113); }

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

background-color css

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

 a { background-color: rgb(229,2,113); }

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

border-color css

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

 span { border-color: rgb(229,2,113); }

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