Html Css Color HEX #EE115E Razzmatazz

📋 copy color: '#EE115E'

red 238 ◦ green 17 ◦ blue 94

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

Shades of Razzmatazz #EE115E

Tints of Razzmatazz #EE115E

RGB

 RED value IS 238 (93.36% from 255) = 68.19%

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

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

R = 68.19%
G = 4.87%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE115E (or 0xEE115E) is known color: Razzmatazz. HEX triplet: EE, 11 and 5E. RGB value is (238,17,94). Sum of RGB (Red+Green+Blue) = 238+17+94=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE115E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE115E is #11EEA1. Grayscale: #5B5B5B. Windows color (decimal): -1175202 or 6164974. OLE color: 6164974.

HSL color Cylindrical-coordinate representation of color #EE115E: hue angle of 339.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE115E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 17 94 -
CMYK 0 0.93 0.61 0.07
HSL 339.1º 0.87% 0.5% -
HSV(B) 339.1º 0.93% 0.93% -
XYZ 37.48 19.39 12.36 -
YUV 91.86 129.22 232.24 -
System Red Green Blue C M Y K H S L
Decimal 238 17 94 0 0.93 0.61 0.07 339.1 0.87 0.5
Hex EE 11 5E 0 5D 3D 7 153 57 32
Octal 356 21 136 0 135 75 7 523 127 62
Binary 11101110 10001 1011110 0 1011101 111101 111 101010011 1010111 110010

Color Harmonies of #EE115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE115E

Black with #EE115E

Text Example


Text Example

White with #EE115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE115E; }

 p { color: rgb(238,17,94); }

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

background-color css

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

 a { background-color: rgb(238,17,94); }

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

border-color css

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

 span { border-color: rgb(238,17,94); }

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