Html Css Color HEX #EE117A Deep Pink

📋 copy color: '#EE117A'

red 238 ◦ green 17 ◦ blue 122

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

Shades of Deep Pink #EE117A

Tints of Deep Pink #EE117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 63.13%
G = 4.51%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE117A (or 0xEE117A) is known color: Deep Pink. HEX triplet: EE, 11 and 7A. RGB value is (238,17,122). Sum of RGB (Red+Green+Blue) = 238+17+122=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE117A is #11EE85. Grayscale: #5E5E5E. Windows color (decimal): -1175174 or 7999982. OLE color: 7999982.

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

Color convert

RGB 238 17 122 -
CMYK 0 0.93 0.49 0.07
HSL 331.49º 0.87% 0.5% -
HSV(B) 331.49º 0.93% 0.93% -
XYZ 38.97 19.98 20.22 -
YUV 95.05 143.22 229.96 -
System Red Green Blue C M Y K H S L
Decimal 238 17 122 0 0.93 0.49 0.07 331.49 0.87 0.5
Hex EE 11 7A 0 5D 31 7 14B 57 32
Octal 356 21 172 0 135 61 7 513 127 62
Binary 11101110 10001 1111010 0 1011101 110001 111 101001011 1010111 110010

Color Harmonies of #EE117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE117A

Black with #EE117A

Text Example


Text Example

White with #EE117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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