Html Css Color HEX #EC80B7 Persian Pink

📋 copy color: '#EC80B7'

red 236 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #EC80B7

Tints of Persian Pink #EC80B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.46%

R = 43.14%
G = 23.4%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC80B7 (or 0xEC80B7) is known color: Persian Pink. HEX triplet: EC, 80 and B7. RGB value is (236,128,183). Sum of RGB (Red+Green+Blue) = 236+128+183=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80B7 is #137F48. Grayscale: #A6A6A6. Windows color (decimal): -1277769 or 12026092. OLE color: 12026092.

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

Color convert

RGB 236 128 183 -
CMYK 0 0.46 0.22 0.07
HSL 329.44º 0.74% 0.71% -
HSV(B) 329.44º 0.46% 0.93% -
XYZ 50.86 36.69 49.2 -
YUV 166.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 236 128 183 0 0.46 0.22 0.07 329.44 0.74 0.71
Hex EC 80 B7 0 2E 16 7 149 4A 47
Octal 354 200 267 0 56 26 7 511 112 107
Binary 11101100 10000000 10110111 0 101110 10110 111 101001001 1001010 1000111

Color Harmonies of #EC80B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80B7

Black with #EC80B7

Text Example


Text Example

White with #EC80B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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