Html Css Color HEX #EC25AF Spicy Pink

📋 copy color: '#EC25AF'

red 236 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #EC25AF

Tints of Spicy Pink #EC25AF

RGB

 RED value IS 236 (92.58% from 255) = 52.68%

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

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

R = 52.68%
G = 8.26%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC25AF (or 0xEC25AF) is known color: Spicy Pink. HEX triplet: EC, 25 and AF. RGB value is (236,37,175). Sum of RGB (Red+Green+Blue) = 236+37+175=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC25AF is #13DA50. Grayscale: #6F6F6F. Windows color (decimal): -1301073 or 11478508. OLE color: 11478508.

HSL color Cylindrical-coordinate representation of color #EC25AF: hue angle of 318.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25AF is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 175 -
CMYK 0 0.84 0.26 0.07
HSL 318.39º 0.84% 0.54% -
HSV(B) 318.39º 0.84% 0.93% -
XYZ 42.99 22.25 42.59 -
YUV 112.23 163.43 216.28 -
System Red Green Blue C M Y K H S L
Decimal 236 37 175 0 0.84 0.26 0.07 318.39 0.84 0.54
Hex EC 25 AF 0 54 1A 7 13E 54 36
Octal 354 45 257 0 124 32 7 476 124 66
Binary 11101100 100101 10101111 0 1010100 11010 111 100111110 1010100 110110

Color Harmonies of #EC25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25AF

Black with #EC25AF

Text Example


Text Example

White with #EC25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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