Html Css Color HEX #E9005D Razzmatazz

📋 copy color: '#E9005D'

red 233 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #E9005D

Tints of Razzmatazz #E9005D

RGB

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

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

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

R = 71.47%
G = 0%
B = 28.53%

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

#E9005D (or 0xE9005D) is known color: Razzmatazz. HEX triplet: E9, 00 and 5D. RGB value is (233,0,93). Sum of RGB (Red+Green+Blue) = 233+0+93=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9005D is #16FFA2. Grayscale: #505050. Windows color (decimal): -1507235 or 6095081. OLE color: 6095081.

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

Color convert

RGB 233 0 93 -
CMYK 0 1 0.60 0.09
HSL 336.05º 1% 0.46% -
HSV(B) 336.05º 1% 0.91% -
XYZ 35.58 18.11 11.98 -
YUV 80.27 135.19 236.94 -
System Red Green Blue C M Y K H S L
Decimal 233 0 93 0 1 0.60 0.09 336.05 1 0.46
Hex E9 0 5D 0 64 3C 9 150 64 2E
Octal 351 0 135 0 144 74 11 520 144 56
Binary 11101001 0 1011101 0 1100100 111100 1001 101010000 1100100 101110

Color Harmonies of #E9005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9005D

Black with #E9005D

Text Example


Text Example

White with #E9005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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