Html Css Color HEX #EE114D Razzmatazz

📋 copy color: '#EE114D'

red 238 ◦ green 17 ◦ blue 77

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

Shades of Razzmatazz #EE114D

Tints of Razzmatazz #EE114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.19%

R = 71.69%
G = 5.12%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE114D (or 0xEE114D) is known color: Razzmatazz. HEX triplet: EE, 11 and 4D. RGB value is (238,17,77). Sum of RGB (Red+Green+Blue) = 238+17+77=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE114D is #11EEB2. Grayscale: #595959. Windows color (decimal): -1175219 or 5050862. OLE color: 5050862.

HSL color Cylindrical-coordinate representation of color #EE114D: hue angle of 343.71º 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 #EE114D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 17 77 -
CMYK 0 0.93 0.68 0.07
HSL 343.71º 0.87% 0.5% -
HSV(B) 343.71º 0.93% 0.93% -
XYZ 36.8 19.11 8.77 -
YUV 89.92 120.72 233.62 -
System Red Green Blue C M Y K H S L
Decimal 238 17 77 0 0.93 0.68 0.07 343.71 0.87 0.5
Hex EE 11 4D 0 5D 44 7 158 57 32
Octal 356 21 115 0 135 104 7 530 127 62
Binary 11101110 10001 1001101 0 1011101 1000100 111 101011000 1010111 110010

Color Harmonies of #EE114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE114D

Black with #EE114D

Text Example


Text Example

White with #EE114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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