Html Css Color HEX #EF087E Deep Pink

📋 copy color: '#EF087E'

red 239 ◦ green 8 ◦ blue 126

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

Shades of Deep Pink #EF087E

Tints of Deep Pink #EF087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 64.08%
G = 2.14%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF087E (or 0xEF087E) is known color: Deep Pink. HEX triplet: EF, 08 and 7E. RGB value is (239,8,126). Sum of RGB (Red+Green+Blue) = 239+8+126=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF087E is #10F781. Grayscale: #5A5A5A. Windows color (decimal): -1111938 or 8259823. OLE color: 8259823.

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

Color convert

RGB 239 8 126 -
CMYK 0 0.97 0.47 0.06
HSL 329.35º 0.94% 0.48% -
HSV(B) 329.35º 0.97% 0.94% -
XYZ 39.45 20.03 21.53 -
YUV 90.52 148.03 233.91 -
System Red Green Blue C M Y K H S L
Decimal 239 8 126 0 0.97 0.47 0.06 329.35 0.94 0.48
Hex EF 8 7E 0 61 2F 6 149 5E 30
Octal 357 10 176 0 141 57 6 511 136 60
Binary 11101111 1000 1111110 0 1100001 101111 110 101001001 1011110 110000

Color Harmonies of #EF087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF087E

Black with #EF087E

Text Example


Text Example

White with #EF087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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