Html Css Color HEX #E9005B Razzmatazz

📋 copy color: '#E9005B'

red 233 ◦ green 0 ◦ blue 91

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

Shades of Razzmatazz #E9005B

Tints of Razzmatazz #E9005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.91%
G = 0%
B = 28.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9005B (or 0xE9005B) is known color: Razzmatazz. HEX triplet: E9, 00 and 5B. RGB value is (233,0,91). Sum of RGB (Red+Green+Blue) = 233+0+91=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E9005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9005B is #16FFA4. Grayscale: #4F4F4F. Windows color (decimal): -1507237 or 5964009. OLE color: 5964009.

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

Color convert

RGB 233 0 91 -
CMYK 0 1 0.61 0.09
HSL 336.57º 1% 0.46% -
HSV(B) 336.57º 1% 0.91% -
XYZ 35.49 18.08 11.52 -
YUV 80.04 134.19 237.1 -
System Red Green Blue C M Y K H S L
Decimal 233 0 91 0 1 0.61 0.09 336.57 1 0.46
Hex E9 0 5B 0 64 3D 9 151 64 2E
Octal 351 0 133 0 144 75 11 521 144 56
Binary 11101001 0 1011011 0 1100100 111101 1001 101010001 1100100 101110

Color Harmonies of #E9005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9005B

Black with #E9005B

Text Example


Text Example

White with #E9005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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