Html Css Color HEX #EC76C2 Persian Pink

📋 copy color: '#EC76C2'

red 236 ◦ green 118 ◦ blue 194

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

Shades of Persian Pink #EC76C2

Tints of Persian Pink #EC76C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 43.07%
G = 21.53%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC76C2 (or 0xEC76C2) is known color: Persian Pink. HEX triplet: EC, 76 and C2. RGB value is (236,118,194). Sum of RGB (Red+Green+Blue) = 236+118+194=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76C2 is #13893D. Grayscale: #A1A1A1. Windows color (decimal): -1280318 or 12744428. OLE color: 12744428.

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

Color convert

RGB 236 118 194 -
CMYK 0 0.5 0.18 0.07
HSL 321.36º 0.76% 0.69% -
HSV(B) 321.36º 0.5% 0.93% -
XYZ 50.81 34.68 55.06 -
YUV 161.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 236 118 194 0 0.5 0.18 0.07 321.36 0.76 0.69
Hex EC 76 C2 0 32 12 7 141 4C 45
Octal 354 166 302 0 62 22 7 501 114 105
Binary 11101100 1110110 11000010 0 110010 10010 111 101000001 1001100 1000101

Color Harmonies of #EC76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76C2

Black with #EC76C2

Text Example


Text Example

White with #EC76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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