Html Css Color HEX #EF117D Deep Pink

📋 copy color: '#EF117D'

red 239 ◦ green 17 ◦ blue 125

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

Shades of Deep Pink #EF117D

Tints of Deep Pink #EF117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 62.73%
G = 4.46%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF117D (or 0xEF117D) is known color: Deep Pink. HEX triplet: EF, 11 and 7D. RGB value is (239,17,125). Sum of RGB (Red+Green+Blue) = 239+17+125=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF117D is #10EE82. Grayscale: #5F5F5F. Windows color (decimal): -1109635 or 8196591. OLE color: 8196591.

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

Color convert

RGB 239 17 125 -
CMYK 0 0.93 0.48 0.06
HSL 330.81º 0.87% 0.5% -
HSV(B) 330.81º 0.93% 0.94% -
XYZ 39.5 20.23 21.23 -
YUV 95.69 144.55 230.22 -
System Red Green Blue C M Y K H S L
Decimal 239 17 125 0 0.93 0.48 0.06 330.81 0.87 0.5
Hex EF 11 7D 0 5D 30 6 14B 57 32
Octal 357 21 175 0 135 60 6 513 127 62
Binary 11101111 10001 1111101 0 1011101 110000 110 101001011 1010111 110010

Color Harmonies of #EF117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF117D

Black with #EF117D

Text Example


Text Example

White with #EF117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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