Html Css Color HEX #E90077 Razzmatazz

📋 copy color: '#E90077'

red 233 ◦ green 0 ◦ blue 119

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

Shades of Razzmatazz #E90077

Tints of Razzmatazz #E90077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 66.19%
G = 0%
B = 33.81%

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

#E90077 (or 0xE90077) is known color: Razzmatazz. HEX triplet: E9, 00 and 77. RGB value is (233,0,119). Sum of RGB (Red+Green+Blue) = 233+0+119=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E90077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90077 is #16FF88. Grayscale: #525252. Windows color (decimal): -1507209 or 7799017. OLE color: 7799017.

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

Color convert

RGB 233 0 119 -
CMYK 0 1 0.49 0.09
HSL 329.36º 1% 0.46% -
HSV(B) 329.36º 1% 0.91% -
XYZ 36.93 18.66 19.11 -
YUV 83.23 148.19 234.82 -
System Red Green Blue C M Y K H S L
Decimal 233 0 119 0 1 0.49 0.09 329.36 1 0.46
Hex E9 0 77 0 64 31 9 149 64 2E
Octal 351 0 167 0 144 61 11 511 144 56
Binary 11101001 0 1110111 0 1100100 110001 1001 101001001 1100100 101110

Color Harmonies of #E90077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90077

Black with #E90077

Text Example


Text Example

White with #E90077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90077; }

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

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

background-color css

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

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

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

border-color css

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

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

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