Html Css Color HEX #EF168B Deep Pink

📋 copy color: '#EF168B'

red 239 ◦ green 22 ◦ blue 139

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

Shades of Deep Pink #EF168B

Tints of Deep Pink #EF168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.5%

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 59.75%
G = 5.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF168B (or 0xEF168B) is known color: Deep Pink. HEX triplet: EF, 16 and 8B. RGB value is (239,22,139). Sum of RGB (Red+Green+Blue) = 239+22+139=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF168B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF168B is #10E974. Grayscale: #636363. Windows color (decimal): -1108341 or 9115375. OLE color: 9115375.

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

Color convert

RGB 239 22 139 -
CMYK 0 0.91 0.42 0.06
HSL 327.65º 0.87% 0.51% -
HSV(B) 327.65º 0.91% 0.94% -
XYZ 40.54 20.79 26.3 -
YUV 100.22 149.89 226.99 -
System Red Green Blue C M Y K H S L
Decimal 239 22 139 0 0.91 0.42 0.06 327.65 0.87 0.51
Hex EF 16 8B 0 5B 2A 6 148 57 33
Octal 357 26 213 0 133 52 6 510 127 63
Binary 11101111 10110 10001011 0 1011011 101010 110 101001000 1010111 110011

Color Harmonies of #EF168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF168B

Black with #EF168B

Text Example


Text Example

White with #EF168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF168B; }

 p { color: rgb(239,22,139); }

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

background-color css

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

 a { background-color: rgb(239,22,139); }

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

border-color css

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

 span { border-color: rgb(239,22,139); }

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