Html Css Color HEX #EF097A Deep Pink

📋 copy color: '#EF097A'

red 239 ◦ green 9 ◦ blue 122

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

Shades of Deep Pink #EF097A

Tints of Deep Pink #EF097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 64.59%
G = 2.43%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF097A (or 0xEF097A) is known color: Deep Pink. HEX triplet: EF, 09 and 7A. RGB value is (239,9,122). Sum of RGB (Red+Green+Blue) = 239+9+122=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF097A is #10F685. Grayscale: #5A5A5A. Windows color (decimal): -1111686 or 7997935. OLE color: 7997935.

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

Color convert

RGB 239 9 122 -
CMYK 0 0.96 0.49 0.06
HSL 330.52º 0.93% 0.49% -
HSV(B) 330.52º 0.96% 0.94% -
XYZ 39.21 19.95 20.2 -
YUV 90.65 145.7 233.81 -
System Red Green Blue C M Y K H S L
Decimal 239 9 122 0 0.96 0.49 0.06 330.52 0.93 0.49
Hex EF 9 7A 0 60 31 6 14B 5D 31
Octal 357 11 172 0 140 61 6 513 135 61
Binary 11101111 1001 1111010 0 1100000 110001 110 101001011 1011101 110001

Color Harmonies of #EF097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF097A

Black with #EF097A

Text Example


Text Example

White with #EF097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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