Html Css Color HEX #EC76C5 Persian Pink

📋 copy color: '#EC76C5'

red 236 ◦ green 118 ◦ blue 197

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

Shades of Persian Pink #EC76C5

Tints of Persian Pink #EC76C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.75%

R = 42.83%
G = 21.42%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC76C5 (or 0xEC76C5) is known color: Persian Pink. HEX triplet: EC, 76 and C5. RGB value is (236,118,197). Sum of RGB (Red+Green+Blue) = 236+118+197=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76C5 is #13893A. Grayscale: #A2A2A2. Windows color (decimal): -1280315 or 12941036. OLE color: 12941036.

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

Color convert

RGB 236 118 197 -
CMYK 0 0.5 0.17 0.07
HSL 319.83º 0.76% 0.69% -
HSV(B) 319.83º 0.5% 0.93% -
XYZ 51.15 34.82 56.85 -
YUV 162.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 236 118 197 0 0.5 0.17 0.07 319.83 0.76 0.69
Hex EC 76 C5 0 32 11 7 140 4C 45
Octal 354 166 305 0 62 21 7 500 114 105
Binary 11101100 1110110 11000101 0 110010 10001 111 101000000 1001100 1000101

Color Harmonies of #EC76C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76C5

Black with #EC76C5

Text Example


Text Example

White with #EC76C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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