Html Css Color HEX #E90073 Razzmatazz

📋 copy color: '#E90073'

red 233 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #E90073

Tints of Razzmatazz #E90073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 66.95%
G = 0%
B = 33.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E90073 (or 0xE90073) is known color: Razzmatazz. HEX triplet: E9, 00 and 73. RGB value is (233,0,115). Sum of RGB (Red+Green+Blue) = 233+0+115=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E90073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90073 is #16FF8C. Grayscale: #525252. Windows color (decimal): -1507213 or 7536873. OLE color: 7536873.

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

Color convert

RGB 233 0 115 -
CMYK 0 1 0.51 0.09
HSL 330.39º 1% 0.46% -
HSV(B) 330.39º 1% 0.91% -
XYZ 36.7 18.56 17.87 -
YUV 82.78 146.19 235.15 -
System Red Green Blue C M Y K H S L
Decimal 233 0 115 0 1 0.51 0.09 330.39 1 0.46
Hex E9 0 73 0 64 33 9 14A 64 2E
Octal 351 0 163 0 144 63 11 512 144 56
Binary 11101001 0 1110011 0 1100100 110011 1001 101001010 1100100 101110

Color Harmonies of #E90073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90073

Black with #E90073

Text Example


Text Example

White with #E90073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90073; }

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

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

background-color css

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

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

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

border-color css

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

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

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