Html Css Color HEX #E90076 Razzmatazz

📋 copy color: '#E90076'

red 233 ◦ green 0 ◦ blue 118

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

Shades of Razzmatazz #E90076

Tints of Razzmatazz #E90076

RGB

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

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

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

R = 66.38%
G = 0%
B = 33.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E90076 (or 0xE90076) is known color: Razzmatazz. HEX triplet: E9, 00 and 76. RGB value is (233,0,118). Sum of RGB (Red+Green+Blue) = 233+0+118=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E90076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90076 is #16FF89. Grayscale: #525252. Windows color (decimal): -1507210 or 7733481. OLE color: 7733481.

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

Color convert

RGB 233 0 118 -
CMYK 0 1 0.49 0.09
HSL 329.61º 1% 0.46% -
HSV(B) 329.61º 1% 0.91% -
XYZ 36.87 18.63 18.79 -
YUV 83.12 147.69 234.91 -
System Red Green Blue C M Y K H S L
Decimal 233 0 118 0 1 0.49 0.09 329.61 1 0.46
Hex E9 0 76 0 64 31 9 14A 64 2E
Octal 351 0 166 0 144 61 11 512 144 56
Binary 11101001 0 1110110 0 1100100 110001 1001 101001010 1100100 101110

Color Harmonies of #E90076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90076

Black with #E90076

Text Example


Text Example

White with #E90076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90076; }

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

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

background-color css

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

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

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

border-color css

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

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

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