Html Css Color HEX #EF189E Deep Pink

📋 copy color: '#EF189E'

red 239 ◦ green 24 ◦ blue 158

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

Shades of Deep Pink #EF189E

Tints of Deep Pink #EF189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.7%

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 56.77%
G = 5.7%
B = 37.53%

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

#EF189E (or 0xEF189E) is known color: Deep Pink. HEX triplet: EF, 18 and 9E. RGB value is (239,24,158). Sum of RGB (Red+Green+Blue) = 239+24+158=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF189E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF189E is #10E761. Grayscale: #676767. Windows color (decimal): -1107810 or 10361071. OLE color: 10361071.

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

Color convert

RGB 239 24 158 -
CMYK 0 0.90 0.34 0.06
HSL 322.6º 0.87% 0.52% -
HSV(B) 322.6º 0.9% 0.94% -
XYZ 42.09 21.47 34.27 -
YUV 103.56 158.73 224.6 -
System Red Green Blue C M Y K H S L
Decimal 239 24 158 0 0.90 0.34 0.06 322.6 0.87 0.52
Hex EF 18 9E 0 5A 22 6 143 57 34
Octal 357 30 236 0 132 42 6 503 127 64
Binary 11101111 11000 10011110 0 1011010 100010 110 101000011 1010111 110100

Color Harmonies of #EF189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF189E

Black with #EF189E

Text Example


Text Example

White with #EF189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF189E; }

 p { color: rgb(239,24,158); }

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

background-color css

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

 a { background-color: rgb(239,24,158); }

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

border-color css

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

 span { border-color: rgb(239,24,158); }

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