Html Css Color HEX #E90072 Razzmatazz

📋 copy color: '#E90072'

red 233 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #E90072

Tints of Razzmatazz #E90072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 67.15%
G = 0%
B = 32.85%

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

#E90072 (or 0xE90072) is known color: Razzmatazz. HEX triplet: E9, 00 and 72. RGB value is (233,0,114). Sum of RGB (Red+Green+Blue) = 233+0+114=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E90072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90072 is #16FF8D. Grayscale: #525252. Windows color (decimal): -1507214 or 7471337. OLE color: 7471337.

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

Color convert

RGB 233 0 114 -
CMYK 0 1 0.51 0.09
HSL 330.64º 1% 0.46% -
HSV(B) 330.64º 1% 0.91% -
XYZ 36.64 18.54 17.57 -
YUV 82.66 145.69 235.23 -
System Red Green Blue C M Y K H S L
Decimal 233 0 114 0 1 0.51 0.09 330.64 1 0.46
Hex E9 0 72 0 64 33 9 14B 64 2E
Octal 351 0 162 0 144 63 11 513 144 56
Binary 11101001 0 1110010 0 1100100 110011 1001 101001011 1100100 101110

Color Harmonies of #E90072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90072

Black with #E90072

Text Example


Text Example

White with #E90072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90072; }

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

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

background-color css

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

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

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

border-color css

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

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

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