Html Css Color HEX #EC80BE Persian Pink

📋 copy color: '#EC80BE'

red 236 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #EC80BE

Tints of Persian Pink #EC80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 42.6%
G = 23.1%
B = 34.3%

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

#EC80BE (or 0xEC80BE) is known color: Persian Pink. HEX triplet: EC, 80 and BE. RGB value is (236,128,190). Sum of RGB (Red+Green+Blue) = 236+128+190=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BE is #137F41. Grayscale: #A7A7A7. Windows color (decimal): -1277762 or 12484844. OLE color: 12484844.

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

Color convert

RGB 236 128 190 -
CMYK 0 0.46 0.19 0.07
HSL 325.56º 0.74% 0.71% -
HSV(B) 325.56º 0.46% 0.93% -
XYZ 51.61 36.99 53.13 -
YUV 167.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 236 128 190 0 0.46 0.19 0.07 325.56 0.74 0.71
Hex EC 80 BE 0 2E 13 7 146 4A 47
Octal 354 200 276 0 56 23 7 506 112 107
Binary 11101100 10000000 10111110 0 101110 10011 111 101000110 1001010 1000111

Color Harmonies of #EC80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80BE

Black with #EC80BE

Text Example


Text Example

White with #EC80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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