Html Css Color HEX #EE114F Razzmatazz

📋 copy color: '#EE114F'

red 238 ◦ green 17 ◦ blue 79

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

Shades of Razzmatazz #EE114F

Tints of Razzmatazz #EE114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 71.26%
G = 5.09%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE114F (or 0xEE114F) is known color: Razzmatazz. HEX triplet: EE, 11 and 4F. RGB value is (238,17,79). Sum of RGB (Red+Green+Blue) = 238+17+79=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE114F is #11EEB0. Grayscale: #5A5A5A. Windows color (decimal): -1175217 or 5181934. OLE color: 5181934.

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

Color convert

RGB 238 17 79 -
CMYK 0 0.93 0.67 0.07
HSL 343.17º 0.87% 0.5% -
HSV(B) 343.17º 0.93% 0.93% -
XYZ 36.87 19.14 9.15 -
YUV 90.15 121.72 233.46 -
System Red Green Blue C M Y K H S L
Decimal 238 17 79 0 0.93 0.67 0.07 343.17 0.87 0.5
Hex EE 11 4F 0 5D 43 7 157 57 32
Octal 356 21 117 0 135 103 7 527 127 62
Binary 11101110 10001 1001111 0 1011101 1000011 111 101010111 1010111 110010

Color Harmonies of #EE114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE114F

Black with #EE114F

Text Example


Text Example

White with #EE114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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