Html Css Color HEX #EC80BA Persian Pink

📋 copy color: '#EC80BA'

red 236 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #EC80BA

Tints of Persian Pink #EC80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 42.91%
G = 23.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC80BA (or 0xEC80BA) is known color: Persian Pink. HEX triplet: EC, 80 and BA. RGB value is (236,128,186). Sum of RGB (Red+Green+Blue) = 236+128+186=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BA is #137F45. Grayscale: #A6A6A6. Windows color (decimal): -1277766 or 12222700. OLE color: 12222700.

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

Color convert

RGB 236 128 186 -
CMYK 0 0.46 0.21 0.07
HSL 327.78º 0.74% 0.71% -
HSV(B) 327.78º 0.46% 0.93% -
XYZ 51.17 36.82 50.86 -
YUV 166.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 236 128 186 0 0.46 0.21 0.07 327.78 0.74 0.71
Hex EC 80 BA 0 2E 15 7 148 4A 47
Octal 354 200 272 0 56 25 7 510 112 107
Binary 11101100 10000000 10111010 0 101110 10101 111 101001000 1001010 1000111

Color Harmonies of #EC80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80BA

Black with #EC80BA

Text Example


Text Example

White with #EC80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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