Html Css Color HEX #EF087A Deep Pink

📋 copy color: '#EF087A'

red 239 ◦ green 8 ◦ blue 122

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

Shades of Deep Pink #EF087A

Tints of Deep Pink #EF087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.17%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 64.77%
G = 2.17%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF087A (or 0xEF087A) is known color: Deep Pink. HEX triplet: EF, 08 and 7A. RGB value is (239,8,122). Sum of RGB (Red+Green+Blue) = 239+8+122=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF087A is #10F785. Grayscale: #595959. Windows color (decimal): -1111942 or 7997679. OLE color: 7997679.

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

Color convert

RGB 239 8 122 -
CMYK 0 0.97 0.49 0.06
HSL 330.39º 0.94% 0.48% -
HSV(B) 330.39º 0.97% 0.94% -
XYZ 39.2 19.93 20.19 -
YUV 90.07 146.03 234.23 -
System Red Green Blue C M Y K H S L
Decimal 239 8 122 0 0.97 0.49 0.06 330.39 0.94 0.48
Hex EF 8 7A 0 61 31 6 14A 5E 30
Octal 357 10 172 0 141 61 6 512 136 60
Binary 11101111 1000 1111010 0 1100001 110001 110 101001010 1011110 110000

Color Harmonies of #EF087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF087A

Black with #EF087A

Text Example


Text Example

White with #EF087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF087A; }

 p { color: rgb(239,8,122); }

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

background-color css

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

 a { background-color: rgb(239,8,122); }

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

border-color css

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

 span { border-color: rgb(239,8,122); }

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