Html Css Color HEX #EC27AF Spicy Pink

📋 copy color: '#EC27AF'

red 236 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #EC27AF

Tints of Spicy Pink #EC27AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.67%

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

R = 52.44%
G = 8.67%
B = 38.89%

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

#EC27AF (or 0xEC27AF) is known color: Spicy Pink. HEX triplet: EC, 27 and AF. RGB value is (236,39,175). Sum of RGB (Red+Green+Blue) = 236+39+175=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC27AF is #13D850. Grayscale: #717171. Windows color (decimal): -1300561 or 11479020. OLE color: 11479020.

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

Color convert

RGB 236 39 175 -
CMYK 0 0.83 0.26 0.07
HSL 318.58º 0.84% 0.54% -
HSV(B) 318.58º 0.83% 0.93% -
XYZ 43.06 22.38 42.61 -
YUV 113.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 236 39 175 0 0.83 0.26 0.07 318.58 0.84 0.54
Hex EC 27 AF 0 53 1A 7 13F 54 36
Octal 354 47 257 0 123 32 7 477 124 66
Binary 11101100 100111 10101111 0 1010011 11010 111 100111111 1010100 110110

Color Harmonies of #EC27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27AF

Black with #EC27AF

Text Example


Text Example

White with #EC27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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