Html Css Color HEX #EF068C Deep Pink

📋 copy color: '#EF068C'

red 239 ◦ green 6 ◦ blue 140

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

Shades of Deep Pink #EF068C

Tints of Deep Pink #EF068C

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 value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF068C (or 0xEF068C) is known color: 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

RGB 239 6 140 -
CMYK 0 0.97 0.41 0.06
HSL 325.49º 0.95% 0.48% -
HSV(B) 325.49º 0.97% 0.94% -
XYZ 40.4 20.37 26.61 -
YUV 90.94 155.69 233.6 -
System Red Green Blue C M Y K H S L
Decimal 239 6 140 0 0.97 0.41 0.06 325.49 0.95 0.48
Hex EF 6 8C 0 61 29 6 145 5F 30
Octal 357 6 214 0 141 51 6 505 137 60
Binary 11101111 110 10001100 0 1100001 101001 110 101000101 1011111 110000

Color Harmonies of #EF068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF068C

Black with #EF068C

Text Example


Text Example

White with #EF068C

Text Example


Text Example

HTML Codes & Css Web 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>