Html Css Color HEX #EF097F Deep Pink

📋 copy color: '#EF097F'

red 239 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #EF097F

Tints of Deep Pink #EF097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 63.73%
G = 2.4%
B = 33.87%

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

#EF097F (or 0xEF097F) is known color: Deep Pink. HEX triplet: EF, 09 and 7F. RGB value is (239,9,127). Sum of RGB (Red+Green+Blue) = 239+9+127=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF097F is #10F680. Grayscale: #5A5A5A. Windows color (decimal): -1111681 or 8325615. OLE color: 8325615.

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

Color convert

RGB 239 9 127 -
CMYK 0 0.96 0.47 0.06
HSL 329.22º 0.93% 0.49% -
HSV(B) 329.22º 0.96% 0.94% -
XYZ 39.53 20.08 21.87 -
YUV 91.22 148.2 233.41 -
System Red Green Blue C M Y K H S L
Decimal 239 9 127 0 0.96 0.47 0.06 329.22 0.93 0.49
Hex EF 9 7F 0 60 2F 6 149 5D 31
Octal 357 11 177 0 140 57 6 511 135 61
Binary 11101111 1001 1111111 0 1100000 101111 110 101001001 1011101 110001

Color Harmonies of #EF097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF097F

Black with #EF097F

Text Example


Text Example

White with #EF097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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