Html Css Color HEX #EF25B8 Spicy Pink

📋 copy color: '#EF25B8'

red 239 ◦ green 37 ◦ blue 184

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

Shades of Spicy Pink #EF25B8

Tints of Spicy Pink #EF25B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40%

R = 51.96%
G = 8.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF25B8 (or 0xEF25B8) is known color: Spicy Pink. HEX triplet: EF, 25 and B8. RGB value is (239,37,184). Sum of RGB (Red+Green+Blue) = 239+37+184=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25B8 is #10DA47. Grayscale: #717171. Windows color (decimal): -1104456 or 12068335. OLE color: 12068335.

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

Color convert

RGB 239 37 184 -
CMYK 0 0.85 0.23 0.06
HSL 316.34º 0.86% 0.54% -
HSV(B) 316.34º 0.85% 0.94% -
XYZ 44.91 23.13 47.45 -
YUV 114.16 167.42 217.05 -
System Red Green Blue C M Y K H S L
Decimal 239 37 184 0 0.85 0.23 0.06 316.34 0.86 0.54
Hex EF 25 B8 0 55 17 6 13C 56 36
Octal 357 45 270 0 125 27 6 474 126 66
Binary 11101111 100101 10111000 0 1010101 10111 110 100111100 1010110 110110

Color Harmonies of #EF25B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25B8

Black with #EF25B8

Text Example


Text Example

White with #EF25B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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