Html Css Color HEX #EF1689 Deep Pink

📋 copy color: '#EF1689'

red 239 ◦ green 22 ◦ blue 137

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

Shades of Deep Pink #EF1689

Tints of Deep Pink #EF1689

RGB

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

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

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

R = 60.05%
G = 5.53%
B = 34.42%

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

#EF1689 (or 0xEF1689) is known color: Deep Pink. HEX triplet: EF, 16 and 89. RGB value is (239,22,137). Sum of RGB (Red+Green+Blue) = 239+22+137=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1689 is #10E976. Grayscale: #636363. Windows color (decimal): -1108343 or 8984303. OLE color: 8984303.

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

Color convert

RGB 239 22 137 -
CMYK 0 0.91 0.43 0.06
HSL 328.2º 0.87% 0.51% -
HSV(B) 328.2º 0.91% 0.94% -
XYZ 40.4 20.73 25.54 -
YUV 99.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 239 22 137 0 0.91 0.43 0.06 328.2 0.87 0.51
Hex EF 16 89 0 5B 2B 6 148 57 33
Octal 357 26 211 0 133 53 6 510 127 63
Binary 11101111 10110 10001001 0 1011011 101011 110 101001000 1010111 110011

Color Harmonies of #EF1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1689

Black with #EF1689

Text Example


Text Example

White with #EF1689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1689; }

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

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

background-color css

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

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

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

border-color css

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

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

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