Html Css Color HEX #EF098E Deep Pink

📋 copy color: '#EF098E'

red 239 ◦ green 9 ◦ blue 142

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

Shades of Deep Pink #EF098E

Tints of Deep Pink #EF098E

RGB

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

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

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

R = 61.28%
G = 2.31%
B = 36.41%

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

#EF098E (or 0xEF098E) is known color: Deep Pink. HEX triplet: EF, 09 and 8E. RGB value is (239,9,142). Sum of RGB (Red+Green+Blue) = 239+9+142=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF098E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF098E is #10F671. Grayscale: #5C5C5C. Windows color (decimal): -1111666 or 9308655. OLE color: 9308655.

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

Color convert

RGB 239 9 142 -
CMYK 0 0.96 0.41 0.06
HSL 325.3º 0.93% 0.49% -
HSV(B) 325.3º 0.96% 0.94% -
XYZ 40.58 20.5 27.41 -
YUV 92.93 155.7 232.19 -
System Red Green Blue C M Y K H S L
Decimal 239 9 142 0 0.96 0.41 0.06 325.3 0.93 0.49
Hex EF 9 8E 0 60 29 6 145 5D 31
Octal 357 11 216 0 140 51 6 505 135 61
Binary 11101111 1001 10001110 0 1100000 101001 110 101000101 1011101 110001

Color Harmonies of #EF098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF098E

Black with #EF098E

Text Example


Text Example

White with #EF098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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