Html Css Color HEX #E90175 Razzmatazz

📋 copy color: '#E90175'

red 233 ◦ green 1 ◦ blue 117

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

Shades of Razzmatazz #E90175

Tints of Razzmatazz #E90175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 66.38%
G = 0.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E90175 (or 0xE90175) is known color: Razzmatazz. HEX triplet: E9, 01 and 75. RGB value is (233,1,117). Sum of RGB (Red+Green+Blue) = 233+1+117=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E90175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90175 is #16FE8A. Grayscale: #535353. Windows color (decimal): -1506955 or 7668201. OLE color: 7668201.

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

Color convert

RGB 233 1 117 -
CMYK 0 1.00 0.50 0.09
HSL 330º 0.99% 0.46% -
HSV(B) 330º 1% 0.91% -
XYZ 36.83 18.63 18.48 -
YUV 83.59 146.86 234.57 -
System Red Green Blue C M Y K H S L
Decimal 233 1 117 0 1.00 0.50 0.09 330 0.99 0.46
Hex E9 1 75 0 64 32 9 14A 63 2E
Octal 351 1 165 0 144 62 11 512 143 56
Binary 11101001 1 1110101 0 1100100 110010 1001 101001010 1100011 101110

Color Harmonies of #E90175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90175

Black with #E90175

Text Example


Text Example

White with #E90175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90175; }

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

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

background-color css

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

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

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

border-color css

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

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

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