Html Css Color HEX #E10076 Razzmatazz

📋 copy color: '#E10076'

red 225 ◦ green 0 ◦ blue 118

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

Shades of Razzmatazz #E10076

Tints of Razzmatazz #E10076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 65.6%
G = 0%
B = 34.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10076 (or 0xE10076) is known color: Razzmatazz. HEX triplet: E1, 00 and 76. RGB value is (225,0,118). Sum of RGB (Red+Green+Blue) = 225+0+118=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E10076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10076 is #1EFF89. Grayscale: #505050. Windows color (decimal): -2031498 or 7733473. OLE color: 7733473.

HSL color Cylindrical-coordinate representation of color #E10076: hue angle of 328.53º 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 #E10076 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 118 -
CMYK 0 1 0.48 0.12
HSL 328.53º 1% 0.44% -
HSV(B) 328.53º 1% 0.88% -
XYZ 34.32 17.32 18.67 -
YUV 80.73 149.04 230.91 -
System Red Green Blue C M Y K H S L
Decimal 225 0 118 0 1 0.48 0.12 328.53 1 0.44
Hex E1 0 76 0 64 30 C 149 64 2C
Octal 341 0 166 0 144 60 14 511 144 54
Binary 11100001 0 1110110 0 1100100 110000 1100 101001001 1100100 101100

Color Harmonies of #E10076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10076

Black with #E10076

Text Example


Text Example

White with #E10076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10076; }

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

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

background-color css

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

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

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

border-color css

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

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

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