Html Css Color HEX #EC76C4 Persian Pink

📋 copy color: '#EC76C4'

red 236 ◦ green 118 ◦ blue 196

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

Shades of Persian Pink #EC76C4

Tints of Persian Pink #EC76C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.64%

R = 42.91%
G = 21.45%
B = 35.64%

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

#EC76C4 (or 0xEC76C4) is known color: Persian Pink. HEX triplet: EC, 76 and C4. RGB value is (236,118,196). Sum of RGB (Red+Green+Blue) = 236+118+196=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76C4 is #13893B. Grayscale: #A1A1A1. Windows color (decimal): -1280316 or 12875500. OLE color: 12875500.

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

Color convert

RGB 236 118 196 -
CMYK 0 0.5 0.17 0.07
HSL 320.34º 0.76% 0.69% -
HSV(B) 320.34º 0.5% 0.93% -
XYZ 51.03 34.78 56.25 -
YUV 162.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 236 118 196 0 0.5 0.17 0.07 320.34 0.76 0.69
Hex EC 76 C4 0 32 11 7 140 4C 45
Octal 354 166 304 0 62 21 7 500 114 105
Binary 11101100 1110110 11000100 0 110010 10001 111 101000000 1001100 1000101

Color Harmonies of #EC76C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76C4

Black with #EC76C4

Text Example


Text Example

White with #EC76C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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