Html Css Color HEX #E10072 Razzmatazz

📋 copy color: '#E10072'

red 225 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #E10072

Tints of Razzmatazz #E10072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 66.37%
G = 0%
B = 33.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E10072 (or 0xE10072) is known color: Razzmatazz. HEX triplet: E1, 00 and 72. RGB value is (225,0,114). Sum of RGB (Red+Green+Blue) = 225+0+114=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E10072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10072 is #1EFF8D. Grayscale: #505050. Windows color (decimal): -2031502 or 7471329. OLE color: 7471329.

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

Color convert

RGB 225 0 114 -
CMYK 0 1 0.49 0.12
HSL 329.6º 1% 0.44% -
HSV(B) 329.6º 1% 0.88% -
XYZ 34.09 17.22 17.45 -
YUV 80.27 147.04 231.23 -
System Red Green Blue C M Y K H S L
Decimal 225 0 114 0 1 0.49 0.12 329.6 1 0.44
Hex E1 0 72 0 64 31 C 14A 64 2C
Octal 341 0 162 0 144 61 14 512 144 54
Binary 11100001 0 1110010 0 1100100 110001 1100 101001010 1100100 101100

Color Harmonies of #E10072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10072

Black with #E10072

Text Example


Text Example

White with #E10072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10072; }

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

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

background-color css

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

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

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

border-color css

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

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

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