Html Css Color HEX #EC76C3 Persian Pink

📋 copy color: '#EC76C3'

red 236 ◦ green 118 ◦ blue 195

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

Shades of Persian Pink #EC76C3

Tints of Persian Pink #EC76C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.52%

R = 42.99%
G = 21.49%
B = 35.52%

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

#EC76C3 (or 0xEC76C3) is known color: Persian Pink. HEX triplet: EC, 76 and C3. RGB value is (236,118,195). Sum of RGB (Red+Green+Blue) = 236+118+195=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76C3 is #13893C. Grayscale: #A1A1A1. Windows color (decimal): -1280317 or 12809964. OLE color: 12809964.

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

Color convert

RGB 236 118 195 -
CMYK 0 0.5 0.17 0.07
HSL 320.85º 0.76% 0.69% -
HSV(B) 320.85º 0.5% 0.93% -
XYZ 50.92 34.73 55.65 -
YUV 162.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 236 118 195 0 0.5 0.17 0.07 320.85 0.76 0.69
Hex EC 76 C3 0 32 11 7 141 4C 45
Octal 354 166 303 0 62 21 7 501 114 105
Binary 11101100 1110110 11000011 0 110010 10001 111 101000001 1001100 1000101

Color Harmonies of #EC76C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76C3

Black with #EC76C3

Text Example


Text Example

White with #EC76C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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