Html Css Color HEX #EF28AD Spicy Pink

📋 copy color: '#EF28AD'

red 239 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #EF28AD

Tints of Spicy Pink #EF28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.85%

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 52.88%
G = 8.85%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF28AD (or 0xEF28AD) is known color: Spicy Pink. HEX triplet: EF, 28 and AD. RGB value is (239,40,173). Sum of RGB (Red+Green+Blue) = 239+40+173=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF28AD is #10D752. Grayscale: #727272. Windows color (decimal): -1103699 or 11348207. OLE color: 11348207.

HSL color Cylindrical-coordinate representation of color #EF28AD: hue angle of 319.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF28AD is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 40 173 -
CMYK 0 0.83 0.28 0.06
HSL 319.9º 0.86% 0.55% -
HSV(B) 319.9º 0.83% 0.94% -
XYZ 43.9 22.89 41.64 -
YUV 114.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 239 40 173 0 0.83 0.28 0.06 319.9 0.86 0.55
Hex EF 28 AD 0 53 1C 6 140 56 37
Octal 357 50 255 0 123 34 6 500 126 67
Binary 11101111 101000 10101101 0 1010011 11100 110 101000000 1010110 110111

Color Harmonies of #EF28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28AD

Black with #EF28AD

Text Example


Text Example

White with #EF28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28AD; }

 p { color: rgb(239,40,173); }

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

background-color css

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

 a { background-color: rgb(239,40,173); }

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

border-color css

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

 span { border-color: rgb(239,40,173); }

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