Html Css Color HEX #EF25B0 Spicy Pink

📋 copy color: '#EF25B0'

red 239 ◦ green 37 ◦ blue 176

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

Shades of Spicy Pink #EF25B0

Tints of Spicy Pink #EF25B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 52.88%
G = 8.19%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF25B0 (or 0xEF25B0) is known color: Spicy Pink. HEX triplet: EF, 25 and B0. RGB value is (239,37,176). Sum of RGB (Red+Green+Blue) = 239+37+176=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF25B0 is #10DA4F. Grayscale: #707070. Windows color (decimal): -1104464 or 11544047. OLE color: 11544047.

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

Color convert

RGB 239 37 176 -
CMYK 0 0.85 0.26 0.06
HSL 318.71º 0.86% 0.54% -
HSV(B) 318.71º 0.85% 0.94% -
XYZ 44.09 22.81 43.15 -
YUV 113.24 163.42 217.7 -
System Red Green Blue C M Y K H S L
Decimal 239 37 176 0 0.85 0.26 0.06 318.71 0.86 0.54
Hex EF 25 B0 0 55 1A 6 13F 56 36
Octal 357 45 260 0 125 32 6 477 126 66
Binary 11101111 100101 10110000 0 1010101 11010 110 100111111 1010110 110110

Color Harmonies of #EF25B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25B0

Black with #EF25B0

Text Example


Text Example

White with #EF25B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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