Html Css Color HEX #EC76B7 Persian Pink

📋 copy color: '#EC76B7'

red 236 ◦ green 118 ◦ blue 183

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

Shades of Persian Pink #EC76B7

Tints of Persian Pink #EC76B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.08%

R = 43.95%
G = 21.97%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC76B7 (or 0xEC76B7) is known color: Persian Pink. HEX triplet: EC, 76 and B7. RGB value is (236,118,183). Sum of RGB (Red+Green+Blue) = 236+118+183=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76B7 is #138948. Grayscale: #A0A0A0. Windows color (decimal): -1280329 or 12023532. OLE color: 12023532.

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

Color convert

RGB 236 118 183 -
CMYK 0 0.5 0.22 0.07
HSL 326.95º 0.76% 0.69% -
HSV(B) 326.95º 0.5% 0.93% -
XYZ 49.62 34.21 48.79 -
YUV 160.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 236 118 183 0 0.5 0.22 0.07 326.95 0.76 0.69
Hex EC 76 B7 0 32 16 7 147 4C 45
Octal 354 166 267 0 62 26 7 507 114 105
Binary 11101100 1110110 10110111 0 110010 10110 111 101000111 1001100 1000101

Color Harmonies of #EC76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76B7

Black with #EC76B7

Text Example


Text Example

White with #EC76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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