Html Css Color HEX #EC80BD Persian Pink

📋 copy color: '#EC80BD'

red 236 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #EC80BD

Tints of Persian Pink #EC80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 42.68%
G = 23.15%
B = 34.18%

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

#EC80BD (or 0xEC80BD) is known color: Persian Pink. HEX triplet: EC, 80 and BD. RGB value is (236,128,189). Sum of RGB (Red+Green+Blue) = 236+128+189=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BD is #137F42. Grayscale: #A7A7A7. Windows color (decimal): -1277763 or 12419308. OLE color: 12419308.

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

Color convert

RGB 236 128 189 -
CMYK 0 0.46 0.20 0.07
HSL 326.11º 0.74% 0.71% -
HSV(B) 326.11º 0.46% 0.93% -
XYZ 51.5 36.95 52.56 -
YUV 167.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 236 128 189 0 0.46 0.20 0.07 326.11 0.74 0.71
Hex EC 80 BD 0 2E 14 7 146 4A 47
Octal 354 200 275 0 56 24 7 506 112 107
Binary 11101100 10000000 10111101 0 101110 10100 111 101000110 1001010 1000111

Color Harmonies of #EC80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80BD

Black with #EC80BD

Text Example


Text Example

White with #EC80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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