Html Css Color HEX #EC80BC Persian Pink

📋 copy color: '#EC80BC'

red 236 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #EC80BC

Tints of Persian Pink #EC80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 42.75%
G = 23.19%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC80BC (or 0xEC80BC) is known color: Persian Pink. HEX triplet: EC, 80 and BC. RGB value is (236,128,188). Sum of RGB (Red+Green+Blue) = 236+128+188=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BC is #137F43. Grayscale: #A7A7A7. Windows color (decimal): -1277764 or 12353772. OLE color: 12353772.

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

Color convert

RGB 236 128 188 -
CMYK 0 0.46 0.20 0.07
HSL 326.67º 0.74% 0.71% -
HSV(B) 326.67º 0.46% 0.93% -
XYZ 51.39 36.9 51.99 -
YUV 167.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 236 128 188 0 0.46 0.20 0.07 326.67 0.74 0.71
Hex EC 80 BC 0 2E 14 7 147 4A 47
Octal 354 200 274 0 56 24 7 507 112 107
Binary 11101100 10000000 10111100 0 101110 10100 111 101000111 1001010 1000111

Color Harmonies of #EC80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80BC

Black with #EC80BC

Text Example


Text Example

White with #EC80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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