Html Css Color HEX #EF098C Deep Pink

📋 copy color: '#EF098C'

red 239 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #EF098C

Tints of Deep Pink #EF098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.32%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 61.6%
G = 2.32%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF098C (or 0xEF098C) is known color: Deep Pink. HEX triplet: EF, 09 and 8C. RGB value is (239,9,140). Sum of RGB (Red+Green+Blue) = 239+9+140=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF098C is #10F673. Grayscale: #5C5C5C. Windows color (decimal): -1111668 or 9177583. OLE color: 9177583.

HSL color Cylindrical-coordinate representation of color #EF098C: hue angle of 325.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF098C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 140 -
CMYK 0 0.96 0.41 0.06
HSL 325.83º 0.93% 0.49% -
HSV(B) 325.83º 0.96% 0.94% -
XYZ 40.43 20.44 26.63 -
YUV 92.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 239 9 140 0 0.96 0.41 0.06 325.83 0.93 0.49
Hex EF 9 8C 0 60 29 6 146 5D 31
Octal 357 11 214 0 140 51 6 506 135 61
Binary 11101111 1001 10001100 0 1100000 101001 110 101000110 1011101 110001

Color Harmonies of #EF098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF098C

Black with #EF098C

Text Example


Text Example

White with #EF098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF098C; }

 p { color: rgb(239,9,140); }

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

background-color css

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

 a { background-color: rgb(239,9,140); }

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

border-color css

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

 span { border-color: rgb(239,9,140); }

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