Html Css Color HEX #E9095D Razzmatazz

📋 copy color: '#E9095D'

red 233 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #E9095D

Tints of Razzmatazz #E9095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 69.55%
G = 2.69%
B = 27.76%

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

#E9095D (or 0xE9095D) is known color: Razzmatazz. HEX triplet: E9, 09 and 5D. RGB value is (233,9,93). Sum of RGB (Red+Green+Blue) = 233+9+93=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E9095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9095D is #16F6A2. Grayscale: #555555. Windows color (decimal): -1504931 or 6097385. OLE color: 6097385.

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

Color convert

RGB 233 9 93 -
CMYK 0 0.96 0.60 0.09
HSL 337.5º 0.93% 0.47% -
HSV(B) 337.5º 0.96% 0.91% -
XYZ 35.68 18.31 12.01 -
YUV 85.55 132.21 233.17 -
System Red Green Blue C M Y K H S L
Decimal 233 9 93 0 0.96 0.60 0.09 337.5 0.93 0.47
Hex E9 9 5D 0 60 3C 9 152 5D 2F
Octal 351 11 135 0 140 74 11 522 135 57
Binary 11101001 1001 1011101 0 1100000 111100 1001 101010010 1011101 101111

Color Harmonies of #E9095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9095D

Black with #E9095D

Text Example


Text Example

White with #E9095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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