Html Css Color HEX #EC80BF Persian Pink

📋 copy color: '#EC80BF'

red 236 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #EC80BF

Tints of Persian Pink #EC80BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.41%

R = 42.52%
G = 23.06%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC80BF (or 0xEC80BF) is known color: Persian Pink. HEX triplet: EC, 80 and BF. RGB value is (236,128,191). Sum of RGB (Red+Green+Blue) = 236+128+191=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BF is #137F40. Grayscale: #A7A7A7. Windows color (decimal): -1277761 or 12550380. OLE color: 12550380.

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

Color convert

RGB 236 128 191 -
CMYK 0 0.46 0.19 0.07
HSL 325º 0.74% 0.71% -
HSV(B) 325º 0.46% 0.93% -
XYZ 51.72 37.03 53.71 -
YUV 167.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 236 128 191 0 0.46 0.19 0.07 325 0.74 0.71
Hex EC 80 BF 0 2E 13 7 145 4A 47
Octal 354 200 277 0 56 23 7 505 112 107
Binary 11101100 10000000 10111111 0 101110 10011 111 101000101 1001010 1000111

Color Harmonies of #EC80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80BF

Black with #EC80BF

Text Example


Text Example

White with #EC80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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