Html Css Color HEX #EF088E Deep Pink

📋 copy color: '#EF088E'

red 239 ◦ green 8 ◦ blue 142

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

Shades of Deep Pink #EF088E

Tints of Deep Pink #EF088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 61.44%
G = 2.06%
B = 36.5%

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

#EF088E (or 0xEF088E) is known color: Deep Pink. HEX triplet: EF, 08 and 8E. RGB value is (239,8,142). Sum of RGB (Red+Green+Blue) = 239+8+142=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF088E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF088E is #10F771. Grayscale: #5C5C5C. Windows color (decimal): -1111922 or 9308399. OLE color: 9308399.

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

Color convert

RGB 239 8 142 -
CMYK 0 0.97 0.41 0.06
HSL 325.19º 0.94% 0.48% -
HSV(B) 325.19º 0.97% 0.94% -
XYZ 40.57 20.48 27.41 -
YUV 92.35 156.03 232.6 -
System Red Green Blue C M Y K H S L
Decimal 239 8 142 0 0.97 0.41 0.06 325.19 0.94 0.48
Hex EF 8 8E 0 61 29 6 145 5E 30
Octal 357 10 216 0 141 51 6 505 136 60
Binary 11101111 1000 10001110 0 1100001 101001 110 101000101 1011110 110000

Color Harmonies of #EF088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF088E

Black with #EF088E

Text Example


Text Example

White with #EF088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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