Html Css Color HEX #EC76AC Persian Pink

📋 copy color: '#EC76AC'

red 236 ◦ green 118 ◦ blue 172

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

Shades of Persian Pink #EC76AC

Tints of Persian Pink #EC76AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.7%

R = 44.87%
G = 22.43%
B = 32.7%

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

#EC76AC (or 0xEC76AC) is known color: Persian Pink. HEX triplet: EC, 76 and AC. RGB value is (236,118,172). Sum of RGB (Red+Green+Blue) = 236+118+172=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC76AC is #138953. Grayscale: #9F9F9F. Windows color (decimal): -1280340 or 11302636. OLE color: 11302636.

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

Color convert

RGB 236 118 172 -
CMYK 0 0.5 0.27 0.07
HSL 332.54º 0.76% 0.69% -
HSV(B) 332.54º 0.5% 0.93% -
XYZ 48.52 33.77 42.99 -
YUV 159.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 236 118 172 0 0.5 0.27 0.07 332.54 0.76 0.69
Hex EC 76 AC 0 32 1B 7 14D 4C 45
Octal 354 166 254 0 62 33 7 515 114 105
Binary 11101100 1110110 10101100 0 110010 11011 111 101001101 1001100 1000101

Color Harmonies of #EC76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76AC

Black with #EC76AC

Text Example


Text Example

White with #EC76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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