Html Css Color HEX #E90071 Razzmatazz

📋 copy color: '#E90071'

red 233 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #E90071

Tints of Razzmatazz #E90071

RGB

 RED value IS 233 (91.41% from 255) = 67.34%

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

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

R = 67.34%
G = 0%
B = 32.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E90071 (or 0xE90071) is known color: Razzmatazz. HEX triplet: E9, 00 and 71. RGB value is (233,0,113). Sum of RGB (Red+Green+Blue) = 233+0+113=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E90071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90071 is #16FF8E. Grayscale: #525252. Windows color (decimal): -1507215 or 7405801. OLE color: 7405801.

HSL color Cylindrical-coordinate representation of color #E90071: hue angle of 330.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90071 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 113 -
CMYK 0 1 0.52 0.09
HSL 330.9º 1% 0.46% -
HSV(B) 330.9º 1% 0.91% -
XYZ 36.58 18.52 17.27 -
YUV 82.55 145.19 235.31 -
System Red Green Blue C M Y K H S L
Decimal 233 0 113 0 1 0.52 0.09 330.9 1 0.46
Hex E9 0 71 0 64 34 9 14B 64 2E
Octal 351 0 161 0 144 64 11 513 144 56
Binary 11101001 0 1110001 0 1100100 110100 1001 101001011 1100100 101110

Color Harmonies of #E90071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90071

Black with #E90071

Text Example


Text Example

White with #E90071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90071; }

 p { color: rgb(233,0,113); }

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

background-color css

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

 a { background-color: rgb(233,0,113); }

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

border-color css

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

 span { border-color: rgb(233,0,113); }

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