Html Css Color HEX #EF25AF Spicy Pink

📋 copy color: '#EF25AF'

red 239 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #EF25AF

Tints of Spicy Pink #EF25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.8%

R = 52.99%
G = 8.2%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF25AF (or 0xEF25AF) is known color: Spicy Pink. HEX triplet: EF, 25 and AF. RGB value is (239,37,175). Sum of RGB (Red+Green+Blue) = 239+37+175=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF25AF is #10DA50. Grayscale: #707070. Windows color (decimal): -1104465 or 11478511. OLE color: 11478511.

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

Color convert

RGB 239 37 175 -
CMYK 0 0.85 0.27 0.06
HSL 319.01º 0.86% 0.54% -
HSV(B) 319.01º 0.85% 0.94% -
XYZ 44 22.77 42.63 -
YUV 113.13 162.92 217.78 -
System Red Green Blue C M Y K H S L
Decimal 239 37 175 0 0.85 0.27 0.06 319.01 0.86 0.54
Hex EF 25 AF 0 55 1B 6 13F 56 36
Octal 357 45 257 0 125 33 6 477 126 66
Binary 11101111 100101 10101111 0 1010101 11011 110 100111111 1010110 110110

Color Harmonies of #EF25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25AF

Black with #EF25AF

Text Example


Text Example

White with #EF25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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