Html Css Color HEX #EF1683 Deep Pink

📋 copy color: '#EF1683'

red 239 ◦ green 22 ◦ blue 131

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

Shades of Deep Pink #EF1683

Tints of Deep Pink #EF1683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 60.97%
G = 5.61%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF1683 (or 0xEF1683) is known color: Deep Pink. HEX triplet: EF, 16 and 83. RGB value is (239,22,131). Sum of RGB (Red+Green+Blue) = 239+22+131=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1683 is #10E97C. Grayscale: #636363. Windows color (decimal): -1108349 or 8591087. OLE color: 8591087.

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

Color convert

RGB 239 22 131 -
CMYK 0 0.91 0.45 0.06
HSL 329.86º 0.87% 0.51% -
HSV(B) 329.86º 0.91% 0.94% -
XYZ 39.98 20.56 23.33 -
YUV 99.31 145.89 227.64 -
System Red Green Blue C M Y K H S L
Decimal 239 22 131 0 0.91 0.45 0.06 329.86 0.87 0.51
Hex EF 16 83 0 5B 2D 6 14A 57 33
Octal 357 26 203 0 133 55 6 512 127 63
Binary 11101111 10110 10000011 0 1011011 101101 110 101001010 1010111 110011

Color Harmonies of #EF1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1683

Black with #EF1683

Text Example


Text Example

White with #EF1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1683; }

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

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

background-color css

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

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

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

border-color css

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

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

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