Html Css Color HEX #EF25AB Spicy Pink

📋 copy color: '#EF25AB'

red 239 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #EF25AB

Tints of Spicy Pink #EF25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 53.47%
G = 8.28%
B = 38.26%

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

#EF25AB (or 0xEF25AB) is known color: Spicy Pink. HEX triplet: EF, 25 and AB. RGB value is (239,37,171). Sum of RGB (Red+Green+Blue) = 239+37+171=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF25AB is #10DA54. Grayscale: #707070. Windows color (decimal): -1104469 or 11216367. OLE color: 11216367.

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

Color convert

RGB 239 37 171 -
CMYK 0 0.85 0.28 0.06
HSL 320.2º 0.86% 0.54% -
HSV(B) 320.2º 0.85% 0.94% -
XYZ 43.61 22.61 40.59 -
YUV 112.67 160.92 218.1 -
System Red Green Blue C M Y K H S L
Decimal 239 37 171 0 0.85 0.28 0.06 320.2 0.86 0.54
Hex EF 25 AB 0 55 1C 6 140 56 36
Octal 357 45 253 0 125 34 6 500 126 66
Binary 11101111 100101 10101011 0 1010101 11100 110 101000000 1010110 110110

Color Harmonies of #EF25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25AB

Black with #EF25AB

Text Example


Text Example

White with #EF25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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