Html Css Color HEX #E90575 Razzmatazz

📋 copy color: '#E90575'

red 233 ◦ green 5 ◦ blue 117

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

Shades of Razzmatazz #E90575

Tints of Razzmatazz #E90575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 65.63%
G = 1.41%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E90575 (or 0xE90575) is known color: Razzmatazz. HEX triplet: E9, 05 and 75. RGB value is (233,5,117). Sum of RGB (Red+Green+Blue) = 233+5+117=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E90575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90575 is #16FA8A. Grayscale: #555555. Windows color (decimal): -1505931 or 7669225. OLE color: 7669225.

HSL color Cylindrical-coordinate representation of color #E90575: hue angle of 330.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90575 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 5 117 -
CMYK 0 0.98 0.50 0.09
HSL 330.53º 0.96% 0.47% -
HSV(B) 330.53º 0.98% 0.91% -
XYZ 36.87 18.72 18.5 -
YUV 85.94 145.54 232.89 -
System Red Green Blue C M Y K H S L
Decimal 233 5 117 0 0.98 0.50 0.09 330.53 0.96 0.47
Hex E9 5 75 0 62 32 9 14B 60 2F
Octal 351 5 165 0 142 62 11 513 140 57
Binary 11101001 101 1110101 0 1100010 110010 1001 101001011 1100000 101111

Color Harmonies of #E90575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90575

Black with #E90575

Text Example


Text Example

White with #E90575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90575; }

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

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

background-color css

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

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

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

border-color css

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

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

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