Html Css Color HEX #EF017B Deep Pink

📋 copy color: '#EF017B'

red 239 ◦ green 1 ◦ blue 123

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

Shades of Deep Pink #EF017B

Tints of Deep Pink #EF017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 65.84%
G = 0.28%
B = 33.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF017B (or 0xEF017B) is known color: Deep Pink. HEX triplet: EF, 01 and 7B. RGB value is (239,1,123). Sum of RGB (Red+Green+Blue) = 239+1+123=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF017B is #10FE84. Grayscale: #555555. Windows color (decimal): -1113733 or 8061423. OLE color: 8061423.

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

Color convert

RGB 239 1 123 -
CMYK 0 1.00 0.49 0.06
HSL 329.24º 0.99% 0.47% -
HSV(B) 329.24º 1% 0.94% -
XYZ 39.18 19.8 20.5 -
YUV 86.07 148.85 237.08 -
System Red Green Blue C M Y K H S L
Decimal 239 1 123 0 1.00 0.49 0.06 329.24 0.99 0.47
Hex EF 1 7B 0 64 31 6 149 63 2F
Octal 357 1 173 0 144 61 6 511 143 57
Binary 11101111 1 1111011 0 1100100 110001 110 101001001 1100011 101111

Color Harmonies of #EF017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF017B

Black with #EF017B

Text Example


Text Example

White with #EF017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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