Html Css Color HEX #E10070 Razzmatazz

📋 copy color: '#E10070'

red 225 ◦ green 0 ◦ blue 112

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

Shades of Razzmatazz #E10070

Tints of Razzmatazz #E10070

RGB

 RED value IS 225 (88.28% from 255) = 66.77%

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

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

R = 66.77%
G = 0%
B = 33.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E10070 (or 0xE10070) is known color: Razzmatazz. HEX triplet: E1, 00 and 70. RGB value is (225,0,112). Sum of RGB (Red+Green+Blue) = 225+0+112=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E10070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10070 is #1EFF8F. Grayscale: #4F4F4F. Windows color (decimal): -2031504 or 7340257. OLE color: 7340257.

HSL color Cylindrical-coordinate representation of color #E10070: hue angle of 330.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10070 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 112 -
CMYK 0 1 0.50 0.12
HSL 330.13º 1% 0.44% -
HSV(B) 330.13º 1% 0.88% -
XYZ 33.98 17.18 16.85 -
YUV 80.04 146.04 231.39 -
System Red Green Blue C M Y K H S L
Decimal 225 0 112 0 1 0.50 0.12 330.13 1 0.44
Hex E1 0 70 0 64 32 C 14A 64 2C
Octal 341 0 160 0 144 62 14 512 144 54
Binary 11100001 0 1110000 0 1100100 110010 1100 101001010 1100100 101100

Color Harmonies of #E10070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10070

Black with #E10070

Text Example


Text Example

White with #E10070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10070; }

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

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

background-color css

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

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

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

border-color css

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

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

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