Html Css Color HEX #EF068A Deep Pink

📋 copy color: '#EF068A'

red 239 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #EF068A

Tints of Deep Pink #EF068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 62.4%
G = 1.57%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF068A (or 0xEF068A) is known color: Deep Pink. HEX triplet: EF, 06 and 8A. RGB value is (239,6,138). Sum of RGB (Red+Green+Blue) = 239+6+138=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF068A is #10F975. Grayscale: #5A5A5A. Windows color (decimal): -1112438 or 9045743. OLE color: 9045743.

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

Color convert

RGB 239 6 138 -
CMYK 0 0.97 0.42 0.06
HSL 326.01º 0.95% 0.48% -
HSV(B) 326.01º 0.97% 0.94% -
XYZ 40.25 20.32 25.84 -
YUV 90.72 154.69 233.77 -
System Red Green Blue C M Y K H S L
Decimal 239 6 138 0 0.97 0.42 0.06 326.01 0.95 0.48
Hex EF 6 8A 0 61 2A 6 146 5F 30
Octal 357 6 212 0 141 52 6 506 137 60
Binary 11101111 110 10001010 0 1100001 101010 110 101000110 1011111 110000

Color Harmonies of #EF068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF068A

Black with #EF068A

Text Example


Text Example

White with #EF068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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