Html Css Color HEX #EF017C Deep Pink

📋 copy color: '#EF017C'

red 239 ◦ green 1 ◦ blue 124

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

Shades of Deep Pink #EF017C

Tints of Deep Pink #EF017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 65.66%
G = 0.27%
B = 34.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF017C (or 0xEF017C) is known color: Deep Pink. HEX triplet: EF, 01 and 7C. RGB value is (239,1,124). Sum of RGB (Red+Green+Blue) = 239+1+124=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF017C is #10FE83. Grayscale: #555555. Windows color (decimal): -1113732 or 8126959. OLE color: 8126959.

HSL color Cylindrical-coordinate representation of color #EF017C: hue angle of 328.99º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF017C is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 124 -
CMYK 0 1.00 0.48 0.06
HSL 328.99º 0.99% 0.47% -
HSV(B) 328.99º 1% 0.94% -
XYZ 39.25 19.83 20.83 -
YUV 86.18 149.35 237 -
System Red Green Blue C M Y K H S L
Decimal 239 1 124 0 1.00 0.48 0.06 328.99 0.99 0.47
Hex EF 1 7C 0 64 30 6 149 63 2F
Octal 357 1 174 0 144 60 6 511 143 57
Binary 11101111 1 1111100 0 1100100 110000 110 101001001 1100011 101111

Color Harmonies of #EF017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF017C

Black with #EF017C

Text Example


Text Example

White with #EF017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF017C; }

 p { color: rgb(239,1,124); }

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

background-color css

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

 a { background-color: rgb(239,1,124); }

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

border-color css

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

 span { border-color: rgb(239,1,124); }

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