Html Css Color HEX #E9085B Razzmatazz

📋 copy color: '#E9085B'

red 233 ◦ green 8 ◦ blue 91

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

Shades of Razzmatazz #E9085B

Tints of Razzmatazz #E9085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 70.18%
G = 2.41%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9085B (or 0xE9085B) is known color: Razzmatazz. HEX triplet: E9, 08 and 5B. RGB value is (233,8,91). Sum of RGB (Red+Green+Blue) = 233+8+91=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9085B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9085B is #16F7A4. Grayscale: #545454. Windows color (decimal): -1505189 or 5966057. OLE color: 5966057.

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

Color convert

RGB 233 8 91 -
CMYK 0 0.97 0.61 0.09
HSL 337.87º 0.93% 0.47% -
HSV(B) 337.87º 0.97% 0.91% -
XYZ 35.58 18.25 11.55 -
YUV 84.74 131.54 233.75 -
System Red Green Blue C M Y K H S L
Decimal 233 8 91 0 0.97 0.61 0.09 337.87 0.93 0.47
Hex E9 8 5B 0 61 3D 9 152 5D 2F
Octal 351 10 133 0 141 75 11 522 135 57
Binary 11101001 1000 1011011 0 1100001 111101 1001 101010010 1011101 101111

Color Harmonies of #E9085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9085B

Black with #E9085B

Text Example


Text Example

White with #E9085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9085B; }

 p { color: rgb(233,8,91); }

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

background-color css

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

 a { background-color: rgb(233,8,91); }

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

border-color css

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

 span { border-color: rgb(233,8,91); }

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