Html Css Color HEX #EC80AE Persian Pink

📋 copy color: '#EC80AE'

red 236 ◦ green 128 ◦ blue 174

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

Shades of Persian Pink #EC80AE

Tints of Persian Pink #EC80AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.79%

 BLUE value IS 174 (68.36% from 255) = 32.34%

R = 43.87%
G = 23.79%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC80AE (or 0xEC80AE) is known color: Persian Pink. HEX triplet: EC, 80 and AE. RGB value is (236,128,174). Sum of RGB (Red+Green+Blue) = 236+128+174=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC80AE is #137F51. Grayscale: #A5A5A5. Windows color (decimal): -1277778 or 11436268. OLE color: 11436268.

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

Color convert

RGB 236 128 174 -
CMYK 0 0.46 0.26 0.07
HSL 334.44º 0.74% 0.71% -
HSV(B) 334.44º 0.46% 0.93% -
XYZ 49.95 36.33 44.42 -
YUV 165.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 236 128 174 0 0.46 0.26 0.07 334.44 0.74 0.71
Hex EC 80 AE 0 2E 1A 7 14E 4A 47
Octal 354 200 256 0 56 32 7 516 112 107
Binary 11101100 10000000 10101110 0 101110 11010 111 101001110 1001010 1000111

Color Harmonies of #EC80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80AE

Black with #EC80AE

Text Example


Text Example

White with #EC80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80AE; }

 p { color: rgb(236,128,174); }

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

background-color css

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

 a { background-color: rgb(236,128,174); }

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

border-color css

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

 span { border-color: rgb(236,128,174); }

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