Html Css Color HEX #EC11AF Spicy Pink

📋 copy color: '#EC11AF'

red 236 ◦ green 17 ◦ blue 175

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

Shades of Spicy Pink #EC11AF

Tints of Spicy Pink #EC11AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.97%

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

R = 55.14%
G = 3.97%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC11AF (or 0xEC11AF) is known color: Spicy Pink. HEX triplet: EC, 11 and AF. RGB value is (236,17,175). Sum of RGB (Red+Green+Blue) = 236+17+175=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11AF is #13EE50. Grayscale: #646464. Windows color (decimal): -1306193 or 11473388. OLE color: 11473388.

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

Color convert

RGB 236 17 175 -
CMYK 0 0.93 0.26 0.07
HSL 316.71º 0.87% 0.5% -
HSV(B) 316.71º 0.93% 0.93% -
XYZ 42.53 21.33 42.43 -
YUV 100.49 170.05 224.65 -
System Red Green Blue C M Y K H S L
Decimal 236 17 175 0 0.93 0.26 0.07 316.71 0.87 0.5
Hex EC 11 AF 0 5D 1A 7 13D 57 32
Octal 354 21 257 0 135 32 7 475 127 62
Binary 11101100 10001 10101111 0 1011101 11010 111 100111101 1010111 110010

Color Harmonies of #EC11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11AF

Black with #EC11AF

Text Example


Text Example

White with #EC11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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