Html Css Color HEX #E9095E Razzmatazz

📋 copy color: '#E9095E'

red 233 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #E9095E

Tints of Razzmatazz #E9095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 69.35%
G = 2.68%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9095E (or 0xE9095E) is known color: Razzmatazz. HEX triplet: E9, 09 and 5E. RGB value is (233,9,94). Sum of RGB (Red+Green+Blue) = 233+9+94=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E9095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9095E is #16F6A1. Grayscale: #555555. Windows color (decimal): -1504930 or 6162921. OLE color: 6162921.

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

Color convert

RGB 233 9 94 -
CMYK 0 0.96 0.60 0.09
HSL 337.23º 0.93% 0.47% -
HSV(B) 337.23º 0.96% 0.91% -
XYZ 35.72 18.33 12.24 -
YUV 85.67 132.71 233.09 -
System Red Green Blue C M Y K H S L
Decimal 233 9 94 0 0.96 0.60 0.09 337.23 0.93 0.47
Hex E9 9 5E 0 60 3C 9 151 5D 2F
Octal 351 11 136 0 140 74 11 521 135 57
Binary 11101001 1001 1011110 0 1100000 111100 1001 101010001 1011101 101111

Color Harmonies of #E9095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9095E

Black with #E9095E

Text Example


Text Example

White with #E9095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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