Html Css Color HEX #EC76BA Persian Pink

📋 copy color: '#EC76BA'

red 236 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #EC76BA

Tints of Persian Pink #EC76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 43.7%
G = 21.85%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC76BA (or 0xEC76BA) is known color: Persian Pink. HEX triplet: EC, 76 and BA. RGB value is (236,118,186). Sum of RGB (Red+Green+Blue) = 236+118+186=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76BA is #138945. Grayscale: #A0A0A0. Windows color (decimal): -1280326 or 12220140. OLE color: 12220140.

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

Color convert

RGB 236 118 186 -
CMYK 0 0.5 0.21 0.07
HSL 325.42º 0.76% 0.69% -
HSV(B) 325.42º 0.5% 0.93% -
XYZ 49.93 34.33 50.45 -
YUV 161.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 236 118 186 0 0.5 0.21 0.07 325.42 0.76 0.69
Hex EC 76 BA 0 32 15 7 145 4C 45
Octal 354 166 272 0 62 25 7 505 114 105
Binary 11101100 1110110 10111010 0 110010 10101 111 101000101 1001100 1000101

Color Harmonies of #EC76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76BA

Black with #EC76BA

Text Example


Text Example

White with #EC76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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