#EF068B

Color #EF068B Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EF068B

Tints of Deep Pink #EF068B

Color information

#EF068B (or 0xEF068B) is unknown color: approx Deep Pink. HEX triplet: EF, 06 and 8B. RGB value is (239,6,139). Sum of RGB (Red+Green+Blue) = 239+6+139=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF068B is #10F974. Grayscale: #5A5A5A. Windows color (decimal): -1112437 or 9111279. OLE color: 9111279.

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

Color convert

RGB2396139-
CMYK00.970.420.06
HSL325.75º95.1%48.04%-
HSV(B)325.75º97.49%93.73%-
XYZ40.3220.3526.23-
YUV90.83155.19233.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.24%
GREEN value IS 6 (2.73% from 255) = 1.56%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=62.24%
G=1.56%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239613900.970.420.06325.7595.148.04
HexEF68B0612A61465f30
Octal3576213014152650613760
Binary1110111111010001011011000011010101101010001101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF068B; }

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

 H1.HeaderClassName
 {
   color: #EF068B;
 }
 .AnyTagClassName
 {
   color: #EF068B;
 }
</style>
background-color css

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

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

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

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

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

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