Html Css Color HEX #EC80B5 Persian Pink

📋 copy color: '#EC80B5'

red 236 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #EC80B5

Tints of Persian Pink #EC80B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 43.3%
G = 23.49%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC80B5 (or 0xEC80B5) is known color: Persian Pink. HEX triplet: EC, 80 and B5. RGB value is (236,128,181). Sum of RGB (Red+Green+Blue) = 236+128+181=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80B5 is #137F4A. Grayscale: #A6A6A6. Windows color (decimal): -1277771 or 11895020. OLE color: 11895020.

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

Color convert

RGB 236 128 181 -
CMYK 0 0.46 0.23 0.07
HSL 330.56º 0.74% 0.71% -
HSV(B) 330.56º 0.46% 0.93% -
XYZ 50.65 36.61 48.11 -
YUV 166.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 236 128 181 0 0.46 0.23 0.07 330.56 0.74 0.71
Hex EC 80 B5 0 2E 17 7 14B 4A 47
Octal 354 200 265 0 56 27 7 513 112 107
Binary 11101100 10000000 10110101 0 101110 10111 111 101001011 1001010 1000111

Color Harmonies of #EC80B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80B5

Black with #EC80B5

Text Example


Text Example

White with #EC80B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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