Html Css Color HEX #E9094C Razzmatazz

📋 copy color: '#E9094C'

red 233 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #E9094C

Tints of Razzmatazz #E9094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 73.27%
G = 2.83%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9094C (or 0xE9094C) is known color: Razzmatazz. HEX triplet: E9, 09 and 4C. RGB value is (233,9,76). Sum of RGB (Red+Green+Blue) = 233+9+76=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E9094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9094C is #16F6B3. Grayscale: #535353. Windows color (decimal): -1504948 or 4983273. OLE color: 4983273.

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

Color convert

RGB 233 9 76 -
CMYK 0 0.96 0.67 0.09
HSL 342.05º 0.93% 0.47% -
HSV(B) 342.05º 0.96% 0.91% -
XYZ 35.01 18.04 8.47 -
YUV 83.61 123.71 234.55 -
System Red Green Blue C M Y K H S L
Decimal 233 9 76 0 0.96 0.67 0.09 342.05 0.93 0.47
Hex E9 9 4C 0 60 43 9 156 5D 2F
Octal 351 11 114 0 140 103 11 526 135 57
Binary 11101001 1001 1001100 0 1100000 1000011 1001 101010110 1011101 101111

Color Harmonies of #E9094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9094C

Black with #E9094C

Text Example


Text Example

White with #E9094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9094C; }

 p { color: rgb(233,9,76); }

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

background-color css

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

 a { background-color: rgb(233,9,76); }

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

border-color css

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

 span { border-color: rgb(233,9,76); }

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