Html Css Color HEX #EC80B8 Persian Pink

📋 copy color: '#EC80B8'

red 236 ◦ green 128 ◦ blue 184

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

Shades of Persian Pink #EC80B8

Tints of Persian Pink #EC80B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 43.07%
G = 23.36%
B = 33.58%

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

#EC80B8 (or 0xEC80B8) is known color: Persian Pink. HEX triplet: EC, 80 and B8. RGB value is (236,128,184). Sum of RGB (Red+Green+Blue) = 236+128+184=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80B8 is #137F47. Grayscale: #A6A6A6. Windows color (decimal): -1277768 or 12091628. OLE color: 12091628.

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

Color convert

RGB 236 128 184 -
CMYK 0 0.46 0.22 0.07
HSL 328.89º 0.74% 0.71% -
HSV(B) 328.89º 0.46% 0.93% -
XYZ 50.96 36.73 49.75 -
YUV 166.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 236 128 184 0 0.46 0.22 0.07 328.89 0.74 0.71
Hex EC 80 B8 0 2E 16 7 149 4A 47
Octal 354 200 270 0 56 26 7 511 112 107
Binary 11101100 10000000 10111000 0 101110 10110 111 101001001 1001010 1000111

Color Harmonies of #EC80B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80B8

Black with #EC80B8

Text Example


Text Example

White with #EC80B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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