Html Css Color HEX #E9115D Razzmatazz

📋 copy color: '#E9115D'

red 233 ◦ green 17 ◦ blue 93

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

Shades of Razzmatazz #E9115D

Tints of Razzmatazz #E9115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

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

R = 67.93%
G = 4.96%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9115D (or 0xE9115D) is known color: Razzmatazz. HEX triplet: E9, 11 and 5D. RGB value is (233,17,93). Sum of RGB (Red+Green+Blue) = 233+17+93=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9115D is #16EEA2. Grayscale: #5A5A5A. Windows color (decimal): -1502883 or 6099433. OLE color: 6099433.

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

Color convert

RGB 233 17 93 -
CMYK 0 0.93 0.60 0.09
HSL 338.89º 0.86% 0.49% -
HSV(B) 338.89º 0.93% 0.91% -
XYZ 35.78 18.51 12.04 -
YUV 90.25 129.56 229.82 -
System Red Green Blue C M Y K H S L
Decimal 233 17 93 0 0.93 0.60 0.09 338.89 0.86 0.49
Hex E9 11 5D 0 5D 3C 9 153 56 31
Octal 351 21 135 0 135 74 11 523 126 61
Binary 11101001 10001 1011101 0 1011101 111100 1001 101010011 1010110 110001

Color Harmonies of #E9115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9115D

Black with #E9115D

Text Example


Text Example

White with #E9115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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