Html Css Color HEX #EC29AF Spicy Pink

📋 copy color: '#EC29AF'

red 236 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #EC29AF

Tints of Spicy Pink #EC29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.07%

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

R = 52.21%
G = 9.07%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC29AF (or 0xEC29AF) is known color: Spicy Pink. HEX triplet: EC, 29 and AF. RGB value is (236,41,175). Sum of RGB (Red+Green+Blue) = 236+41+175=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29AF is #13D650. Grayscale: #727272. Windows color (decimal): -1300049 or 11479532. OLE color: 11479532.

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

Color convert

RGB 236 41 175 -
CMYK 0 0.83 0.26 0.07
HSL 318.77º 0.84% 0.54% -
HSV(B) 318.77º 0.83% 0.93% -
XYZ 43.12 22.51 42.63 -
YUV 114.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 236 41 175 0 0.83 0.26 0.07 318.77 0.84 0.54
Hex EC 29 AF 0 53 1A 7 13F 54 36
Octal 354 51 257 0 123 32 7 477 124 66
Binary 11101100 101001 10101111 0 1010011 11010 111 100111111 1010100 110110

Color Harmonies of #EC29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29AF

Black with #EC29AF

Text Example


Text Example

White with #EC29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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