Html Css Color HEX #EF088A Deep Pink

📋 copy color: '#EF088A'

red 239 ◦ green 8 ◦ blue 138

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

Shades of Deep Pink #EF088A

Tints of Deep Pink #EF088A

RGB

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

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

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

R = 62.08%
G = 2.08%
B = 35.84%

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

#EF088A (or 0xEF088A) is known color: Deep Pink. HEX triplet: EF, 08 and 8A. RGB value is (239,8,138). Sum of RGB (Red+Green+Blue) = 239+8+138=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF088A is #10F775. Grayscale: #5B5B5B. Windows color (decimal): -1111926 or 9046255. OLE color: 9046255.

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

Color convert

RGB 239 8 138 -
CMYK 0 0.97 0.42 0.06
HSL 326.23º 0.94% 0.48% -
HSV(B) 326.23º 0.97% 0.94% -
XYZ 40.27 20.36 25.85 -
YUV 91.89 154.03 232.93 -
System Red Green Blue C M Y K H S L
Decimal 239 8 138 0 0.97 0.42 0.06 326.23 0.94 0.48
Hex EF 8 8A 0 61 2A 6 146 5E 30
Octal 357 10 212 0 141 52 6 506 136 60
Binary 11101111 1000 10001010 0 1100001 101010 110 101000110 1011110 110000

Color Harmonies of #EF088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF088A

Black with #EF088A

Text Example


Text Example

White with #EF088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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