Html Css Color HEX #E50070 Razzmatazz

📋 copy color: '#E50070'

red 229 ◦ green 0 ◦ blue 112

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

Shades of Razzmatazz #E50070

Tints of Razzmatazz #E50070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 67.16%
G = 0%
B = 32.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E50070 (or 0xE50070) is known color: Razzmatazz. HEX triplet: E5, 00 and 70. RGB value is (229,0,112). Sum of RGB (Red+Green+Blue) = 229+0+112=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E50070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50070 is #1AFF8F. Grayscale: #515151. Windows color (decimal): -1769360 or 7340261. OLE color: 7340261.

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

Color convert

RGB 229 0 112 -
CMYK 0 1 0.51 0.10
HSL 330.66º 1% 0.45% -
HSV(B) 330.66º 1% 0.9% -
XYZ 35.24 17.83 16.91 -
YUV 81.24 145.37 233.39 -
System Red Green Blue C M Y K H S L
Decimal 229 0 112 0 1 0.51 0.10 330.66 1 0.45
Hex E5 0 70 0 64 33 A 14B 64 2D
Octal 345 0 160 0 144 63 12 513 144 55
Binary 11100101 0 1110000 0 1100100 110011 1010 101001011 1100100 101101

Color Harmonies of #E50070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50070

Black with #E50070

Text Example


Text Example

White with #E50070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50070; }

 p { color: rgb(229,0,112); }

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

background-color css

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

 a { background-color: rgb(229,0,112); }

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

border-color css

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

 span { border-color: rgb(229,0,112); }

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