Html Css Color HEX #EF168E Deep Pink

📋 copy color: '#EF168E'

red 239 ◦ green 22 ◦ blue 142

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

Shades of Deep Pink #EF168E

Tints of Deep Pink #EF168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 59.31%
G = 5.46%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF168E (or 0xEF168E) is known color: Deep Pink. HEX triplet: EF, 16 and 8E. RGB value is (239,22,142). Sum of RGB (Red+Green+Blue) = 239+22+142=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF168E is #10E971. Grayscale: #646464. Windows color (decimal): -1108338 or 9311983. OLE color: 9311983.

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

Color convert

RGB 239 22 142 -
CMYK 0 0.91 0.41 0.06
HSL 326.82º 0.87% 0.51% -
HSV(B) 326.82º 0.91% 0.94% -
XYZ 40.77 20.88 27.47 -
YUV 100.56 151.39 226.74 -
System Red Green Blue C M Y K H S L
Decimal 239 22 142 0 0.91 0.41 0.06 326.82 0.87 0.51
Hex EF 16 8E 0 5B 29 6 147 57 33
Octal 357 26 216 0 133 51 6 507 127 63
Binary 11101111 10110 10001110 0 1011011 101001 110 101000111 1010111 110011

Color Harmonies of #EF168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF168E

Black with #EF168E

Text Example


Text Example

White with #EF168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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