Html Css Color HEX #E90059 Razzmatazz

📋 copy color: '#E90059'

red 233 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #E90059

Tints of Razzmatazz #E90059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 72.36%
G = 0%
B = 27.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E90059 (or 0xE90059) is known color: Razzmatazz. HEX triplet: E9, 00 and 59. RGB value is (233,0,89). Sum of RGB (Red+Green+Blue) = 233+0+89=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E90059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90059 is #16FFA6. Grayscale: #4F4F4F. Windows color (decimal): -1507239 or 5832937. OLE color: 5832937.

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

Color convert

RGB 233 0 89 -
CMYK 0 1 0.62 0.09
HSL 337.08º 1% 0.46% -
HSV(B) 337.08º 1% 0.91% -
XYZ 35.41 18.04 11.07 -
YUV 79.81 133.19 237.26 -
System Red Green Blue C M Y K H S L
Decimal 233 0 89 0 1 0.62 0.09 337.08 1 0.46
Hex E9 0 59 0 64 3E 9 151 64 2E
Octal 351 0 131 0 144 76 11 521 144 56
Binary 11101001 0 1011001 0 1100100 111110 1001 101010001 1100100 101110

Color Harmonies of #E90059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90059

Black with #E90059

Text Example


Text Example

White with #E90059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90059; }

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

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

background-color css

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

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

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

border-color css

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

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

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