Html Css Color HEX #EF1691 Deep Pink

📋 copy color: '#EF1691'

red 239 ◦ green 22 ◦ blue 145

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

Shades of Deep Pink #EF1691

Tints of Deep Pink #EF1691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 58.87%
G = 5.42%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF1691 (or 0xEF1691) is known color: Deep Pink. HEX triplet: EF, 16 and 91. RGB value is (239,22,145). Sum of RGB (Red+Green+Blue) = 239+22+145=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1691 is #10E96E. Grayscale: #646464. Windows color (decimal): -1108335 or 9508591. OLE color: 9508591.

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

Color convert

RGB 239 22 145 -
CMYK 0 0.91 0.39 0.06
HSL 325.99º 0.87% 0.51% -
HSV(B) 325.99º 0.91% 0.94% -
XYZ 40.99 20.97 28.67 -
YUV 100.91 152.89 226.5 -
System Red Green Blue C M Y K H S L
Decimal 239 22 145 0 0.91 0.39 0.06 325.99 0.87 0.51
Hex EF 16 91 0 5B 27 6 146 57 33
Octal 357 26 221 0 133 47 6 506 127 63
Binary 11101111 10110 10010001 0 1011011 100111 110 101000110 1010111 110011

Color Harmonies of #EF1691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1691

Black with #EF1691

Text Example


Text Example

White with #EF1691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1691; }

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

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

background-color css

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

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

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

border-color css

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

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

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