Html Css Color HEX #E9005E Razzmatazz

📋 copy color: '#E9005E'

red 233 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #E9005E

Tints of Razzmatazz #E9005E

RGB

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

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

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

R = 71.25%
G = 0%
B = 28.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9005E (or 0xE9005E) is known color: Razzmatazz. HEX triplet: E9, 00 and 5E. RGB value is (233,0,94). Sum of RGB (Red+Green+Blue) = 233+0+94=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9005E is #16FFA1. Grayscale: #505050. Windows color (decimal): -1507234 or 6160617. OLE color: 6160617.

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

Color convert

RGB 233 0 94 -
CMYK 0 1 0.60 0.09
HSL 335.79º 1% 0.46% -
HSV(B) 335.79º 1% 0.91% -
XYZ 35.62 18.13 12.21 -
YUV 80.38 135.69 236.86 -
System Red Green Blue C M Y K H S L
Decimal 233 0 94 0 1 0.60 0.09 335.79 1 0.46
Hex E9 0 5E 0 64 3C 9 150 64 2E
Octal 351 0 136 0 144 74 11 520 144 56
Binary 11101001 0 1011110 0 1100100 111100 1001 101010000 1100100 101110

Color Harmonies of #E9005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9005E

Black with #E9005E

Text Example


Text Example

White with #E9005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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