Html Css Color HEX #EF169A Deep Pink

📋 copy color: '#EF169A'

red 239 ◦ green 22 ◦ blue 154

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

Shades of Deep Pink #EF169A

Tints of Deep Pink #EF169A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.3%

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

R = 57.59%
G = 5.3%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF169A (or 0xEF169A) is known color: Deep Pink. HEX triplet: EF, 16 and 9A. RGB value is (239,22,154). Sum of RGB (Red+Green+Blue) = 239+22+154=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF169A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF169A is #10E965. Grayscale: #656565. Windows color (decimal): -1108326 or 10098415. OLE color: 10098415.

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

Color convert

RGB 239 22 154 -
CMYK 0 0.91 0.36 0.06
HSL 323.5º 0.87% 0.51% -
HSV(B) 323.5º 0.91% 0.94% -
XYZ 41.72 21.26 32.48 -
YUV 101.93 157.39 225.77 -
System Red Green Blue C M Y K H S L
Decimal 239 22 154 0 0.91 0.36 0.06 323.5 0.87 0.51
Hex EF 16 9A 0 5B 24 6 144 57 33
Octal 357 26 232 0 133 44 6 504 127 63
Binary 11101111 10110 10011010 0 1011011 100100 110 101000100 1010111 110011

Color Harmonies of #EF169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF169A

Black with #EF169A

Text Example


Text Example

White with #EF169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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