Html Css Color HEX #EF097E Deep Pink

📋 copy color: '#EF097E'

red 239 ◦ green 9 ◦ blue 126

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

Shades of Deep Pink #EF097E

Tints of Deep Pink #EF097E

RGB

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

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

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

R = 63.9%
G = 2.41%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF097E (or 0xEF097E) is known color: Deep Pink. HEX triplet: EF, 09 and 7E. RGB value is (239,9,126). Sum of RGB (Red+Green+Blue) = 239+9+126=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF097E is #10F681. Grayscale: #5A5A5A. Windows color (decimal): -1111682 or 8260079. OLE color: 8260079.

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

Color convert

RGB 239 9 126 -
CMYK 0 0.96 0.47 0.06
HSL 329.48º 0.93% 0.49% -
HSV(B) 329.48º 0.96% 0.94% -
XYZ 39.46 20.05 21.53 -
YUV 91.11 147.7 233.49 -
System Red Green Blue C M Y K H S L
Decimal 239 9 126 0 0.96 0.47 0.06 329.48 0.93 0.49
Hex EF 9 7E 0 60 2F 6 149 5D 31
Octal 357 11 176 0 140 57 6 511 135 61
Binary 11101111 1001 1111110 0 1100000 101111 110 101001001 1011101 110001

Color Harmonies of #EF097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF097E

Black with #EF097E

Text Example


Text Example

White with #EF097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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