Html Css Color HEX #EF25AD Spicy Pink

📋 copy color: '#EF25AD'

red 239 ◦ green 37 ◦ blue 173

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

Shades of Spicy Pink #EF25AD

Tints of Spicy Pink #EF25AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

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

R = 53.23%
G = 8.24%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF25AD (or 0xEF25AD) is known color: Spicy Pink. HEX triplet: EF, 25 and AD. RGB value is (239,37,173). Sum of RGB (Red+Green+Blue) = 239+37+173=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF25AD is #10DA52. Grayscale: #707070. Windows color (decimal): -1104467 or 11347439. OLE color: 11347439.

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

Color convert

RGB 239 37 173 -
CMYK 0 0.85 0.28 0.06
HSL 319.6º 0.86% 0.54% -
HSV(B) 319.6º 0.85% 0.94% -
XYZ 43.8 22.69 41.61 -
YUV 112.9 161.92 217.94 -
System Red Green Blue C M Y K H S L
Decimal 239 37 173 0 0.85 0.28 0.06 319.6 0.86 0.54
Hex EF 25 AD 0 55 1C 6 140 56 36
Octal 357 45 255 0 125 34 6 500 126 66
Binary 11101111 100101 10101101 0 1010101 11100 110 101000000 1010110 110110

Color Harmonies of #EF25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25AD

Black with #EF25AD

Text Example


Text Example

White with #EF25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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