Html Css Color HEX #E90249 Razzmatazz

📋 copy color: '#E90249'

red 233 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #E90249

Tints of Razzmatazz #E90249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 75.65%
G = 0.65%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E90249 (or 0xE90249) is known color: Razzmatazz. HEX triplet: E9, 02 and 49. RGB value is (233,2,73). Sum of RGB (Red+Green+Blue) = 233+2+73=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E90249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90249 is #16FDB6. Grayscale: #4F4F4F. Windows color (decimal): -1506743 or 4784873. OLE color: 4784873.

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

Color convert

RGB 233 2 73 -
CMYK 0 0.99 0.69 0.09
HSL 341.56º 0.98% 0.46% -
HSV(B) 341.56º 0.99% 0.91% -
XYZ 34.83 17.85 7.91 -
YUV 79.16 124.53 237.73 -
System Red Green Blue C M Y K H S L
Decimal 233 2 73 0 0.99 0.69 0.09 341.56 0.98 0.46
Hex E9 2 49 0 63 45 9 156 62 2E
Octal 351 2 111 0 143 105 11 526 142 56
Binary 11101001 10 1001001 0 1100011 1000101 1001 101010110 1100010 101110

Color Harmonies of #E90249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90249

Black with #E90249

Text Example


Text Example

White with #E90249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90249; }

 p { color: rgb(233,2,73); }

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

background-color css

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

 a { background-color: rgb(233,2,73); }

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

border-color css

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

 span { border-color: rgb(233,2,73); }

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