Html Css Color HEX #EF1589 Deep Pink

📋 copy color: '#EF1589'

red 239 ◦ green 21 ◦ blue 137

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

Shades of Deep Pink #EF1589

Tints of Deep Pink #EF1589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 60.2%
G = 5.29%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF1589 (or 0xEF1589) is known color: Deep Pink. HEX triplet: EF, 15 and 89. RGB value is (239,21,137). Sum of RGB (Red+Green+Blue) = 239+21+137=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1589 is #10EA76. Grayscale: #636363. Windows color (decimal): -1108599 or 8984047. OLE color: 8984047.

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

Color convert

RGB 239 21 137 -
CMYK 0 0.91 0.43 0.06
HSL 328.07º 0.87% 0.51% -
HSV(B) 328.07º 0.91% 0.94% -
XYZ 40.38 20.69 25.53 -
YUV 99.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 239 21 137 0 0.91 0.43 0.06 328.07 0.87 0.51
Hex EF 15 89 0 5B 2B 6 148 57 33
Octal 357 25 211 0 133 53 6 510 127 63
Binary 11101111 10101 10001001 0 1011011 101011 110 101001000 1010111 110011

Color Harmonies of #EF1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1589

Black with #EF1589

Text Example


Text Example

White with #EF1589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1589; }

 p { color: rgb(239,21,137); }

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

background-color css

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

 a { background-color: rgb(239,21,137); }

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

border-color css

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

 span { border-color: rgb(239,21,137); }

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