Html Css Color HEX #E90075 Razzmatazz

📋 copy color: '#E90075'

red 233 ◦ green 0 ◦ blue 117

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

Shades of Razzmatazz #E90075

Tints of Razzmatazz #E90075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 66.57%
G = 0%
B = 33.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E90075 (or 0xE90075) is known color: Razzmatazz. HEX triplet: E9, 00 and 75. RGB value is (233,0,117). Sum of RGB (Red+Green+Blue) = 233+0+117=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E90075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90075 is #16FF8A. Grayscale: #525252. Windows color (decimal): -1507211 or 7667945. OLE color: 7667945.

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

Color convert

RGB 233 0 117 -
CMYK 0 1 0.50 0.09
HSL 329.87º 1% 0.46% -
HSV(B) 329.87º 1% 0.91% -
XYZ 36.82 18.61 18.48 -
YUV 83.01 147.19 234.99 -
System Red Green Blue C M Y K H S L
Decimal 233 0 117 0 1 0.50 0.09 329.87 1 0.46
Hex E9 0 75 0 64 32 9 14A 64 2E
Octal 351 0 165 0 144 62 11 512 144 56
Binary 11101001 0 1110101 0 1100100 110010 1001 101001010 1100100 101110

Color Harmonies of #E90075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90075

Black with #E90075

Text Example


Text Example

White with #E90075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90075; }

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

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

background-color css

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

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

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

border-color css

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

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

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