Html Css Color HEX #EF118D Deep Pink

📋 copy color: '#EF118D'

red 239 ◦ green 17 ◦ blue 141

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

Shades of Deep Pink #EF118D

Tints of Deep Pink #EF118D

RGB

 RED value IS 239 (93.75% from 255) = 60.2%

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 60.2%
G = 4.28%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF118D (or 0xEF118D) is known color: Deep Pink. HEX triplet: EF, 11 and 8D. RGB value is (239,17,141). Sum of RGB (Red+Green+Blue) = 239+17+141=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF118D is #10EE72. Grayscale: #616161. Windows color (decimal): -1109619 or 9245167. OLE color: 9245167.

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

Color convert

RGB 239 17 141 -
CMYK 0 0.93 0.41 0.06
HSL 326.49º 0.87% 0.5% -
HSV(B) 326.49º 0.93% 0.94% -
XYZ 40.6 20.67 27.05 -
YUV 97.51 152.55 228.92 -
System Red Green Blue C M Y K H S L
Decimal 239 17 141 0 0.93 0.41 0.06 326.49 0.87 0.5
Hex EF 11 8D 0 5D 29 6 146 57 32
Octal 357 21 215 0 135 51 6 506 127 62
Binary 11101111 10001 10001101 0 1011101 101001 110 101000110 1010111 110010

Color Harmonies of #EF118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF118D

Black with #EF118D

Text Example


Text Example

White with #EF118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF118D; }

 p { color: rgb(239,17,141); }

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

background-color css

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

 a { background-color: rgb(239,17,141); }

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

border-color css

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

 span { border-color: rgb(239,17,141); }

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