#EF068C

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

Shades of Deep Pink #EF068C

Tints of Deep Pink #EF068C

Color information

#EF068C (or 0xEF068C) is unknown color: approx Deep Pink. HEX triplet: EF, 06 and 8C. RGB value is (239,6,140). Sum of RGB (Red+Green+Blue) = 239+6+140=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF068C is #10F973. Grayscale: #5A5A5A. Windows color (decimal): -1112436 or 9176815. OLE color: 9176815.

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

Color convert

RGB2396140-
CMYK00.970.410.06
HSL325.49º95.1%48.04%-
HSV(B)325.49º97.49%93.73%-
XYZ40.420.3726.61-
YUV90.94155.69233.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.08%
GREEN value IS 6 (2.73% from 255) = 1.56%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=62.08%
G=1.56%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239614000.970.410.06325.4995.148.04
HexEF68C0612961455f30
Octal3576214014151650513760
Binary1110111111010001100011000011010011101010001011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF068C; }

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

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

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

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

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

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

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

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