Html Css Color HEX #EF27AD Spicy Pink

📋 copy color: '#EF27AD'

red 239 ◦ green 39 ◦ blue 173

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

Shades of Spicy Pink #EF27AD

Tints of Spicy Pink #EF27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.65%

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

R = 52.99%
G = 8.65%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF27AD (or 0xEF27AD) is known color: Spicy Pink. HEX triplet: EF, 27 and AD. RGB value is (239,39,173). Sum of RGB (Red+Green+Blue) = 239+39+173=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF27AD is #10D852. Grayscale: #717171. Windows color (decimal): -1103955 or 11347951. OLE color: 11347951.

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

Color convert

RGB 239 39 173 -
CMYK 0 0.84 0.28 0.06
HSL 319.8º 0.86% 0.55% -
HSV(B) 319.8º 0.84% 0.94% -
XYZ 43.86 22.82 41.63 -
YUV 114.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 239 39 173 0 0.84 0.28 0.06 319.8 0.86 0.55
Hex EF 27 AD 0 54 1C 6 140 56 37
Octal 357 47 255 0 124 34 6 500 126 67
Binary 11101111 100111 10101101 0 1010100 11100 110 101000000 1010110 110111

Color Harmonies of #EF27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27AD

Black with #EF27AD

Text Example


Text Example

White with #EF27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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