Html Css Color HEX #EC76AD Persian Pink

📋 copy color: '#EC76AD'

red 236 ◦ green 118 ◦ blue 173

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

Shades of Persian Pink #EC76AD

Tints of Persian Pink #EC76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.39%

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 44.78%
G = 22.39%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC76AD (or 0xEC76AD) is known color: Persian Pink. HEX triplet: EC, 76 and AD. RGB value is (236,118,173). Sum of RGB (Red+Green+Blue) = 236+118+173=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC76AD is #138952. Grayscale: #9F9F9F. Windows color (decimal): -1280339 or 11368172. OLE color: 11368172.

HSL color Cylindrical-coordinate representation of color #EC76AD: hue angle of 332.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76AD is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 173 -
CMYK 0 0.5 0.27 0.07
HSL 332.03º 0.76% 0.69% -
HSV(B) 332.03º 0.5% 0.93% -
XYZ 48.61 33.81 43.5 -
YUV 159.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 236 118 173 0 0.5 0.27 0.07 332.03 0.76 0.69
Hex EC 76 AD 0 32 1B 7 14C 4C 45
Octal 354 166 255 0 62 33 7 514 114 105
Binary 11101100 1110110 10101101 0 110010 11011 111 101001100 1001100 1000101

Color Harmonies of #EC76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76AD

Black with #EC76AD

Text Example


Text Example

White with #EC76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76AD; }

 p { color: rgb(236,118,173); }

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

background-color css

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

 a { background-color: rgb(236,118,173); }

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

border-color css

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

 span { border-color: rgb(236,118,173); }

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