Html Css Color HEX #EF199D Deep Pink

📋 copy color: '#EF199D'

red 239 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #EF199D

Tints of Deep Pink #EF199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.94%

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 56.77%
G = 5.94%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF199D (or 0xEF199D) is known color: Deep Pink. HEX triplet: EF, 19 and 9D. RGB value is (239,25,157). Sum of RGB (Red+Green+Blue) = 239+25+157=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF199D is #10E662. Grayscale: #676767. Windows color (decimal): -1107555 or 10295791. OLE color: 10295791.

HSL color Cylindrical-coordinate representation of color #EF199D: hue angle of 322.99º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF199D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 25 157 -
CMYK 0 0.90 0.34 0.06
HSL 322.99º 0.87% 0.52% -
HSV(B) 322.99º 0.9% 0.94% -
XYZ 42.03 21.48 33.83 -
YUV 104.03 157.9 224.27 -
System Red Green Blue C M Y K H S L
Decimal 239 25 157 0 0.90 0.34 0.06 322.99 0.87 0.52
Hex EF 19 9D 0 5A 22 6 143 57 34
Octal 357 31 235 0 132 42 6 503 127 64
Binary 11101111 11001 10011101 0 1011010 100010 110 101000011 1010111 110100

Color Harmonies of #EF199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF199D

Black with #EF199D

Text Example


Text Example

White with #EF199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF199D; }

 p { color: rgb(239,25,157); }

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

background-color css

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

 a { background-color: rgb(239,25,157); }

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

border-color css

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

 span { border-color: rgb(239,25,157); }

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