Html Css Color HEX #EF119A Deep Pink

📋 copy color: '#EF119A'

red 239 ◦ green 17 ◦ blue 154

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

Shades of Deep Pink #EF119A

Tints of Deep Pink #EF119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.15%

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 58.29%
G = 4.15%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF119A (or 0xEF119A) is known color: Deep Pink. HEX triplet: EF, 11 and 9A. RGB value is (239,17,154). Sum of RGB (Red+Green+Blue) = 239+17+154=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF119A is #10EE65. Grayscale: #626262. Windows color (decimal): -1109606 or 10097135. OLE color: 10097135.

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

Color convert

RGB 239 17 154 -
CMYK 0 0.93 0.36 0.06
HSL 322.97º 0.87% 0.5% -
HSV(B) 322.97º 0.93% 0.94% -
XYZ 41.63 21.08 32.45 -
YUV 99 159.05 227.86 -
System Red Green Blue C M Y K H S L
Decimal 239 17 154 0 0.93 0.36 0.06 322.97 0.87 0.5
Hex EF 11 9A 0 5D 24 6 143 57 32
Octal 357 21 232 0 135 44 6 503 127 62
Binary 11101111 10001 10011010 0 1011101 100100 110 101000011 1010111 110010

Color Harmonies of #EF119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF119A

Black with #EF119A

Text Example


Text Example

White with #EF119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF119A; }

 p { color: rgb(239,17,154); }

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

background-color css

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

 a { background-color: rgb(239,17,154); }

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

border-color css

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

 span { border-color: rgb(239,17,154); }

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