Html Css Color HEX #EC77B6 Persian Pink

📋 copy color: '#EC77B6'

red 236 ◦ green 119 ◦ blue 182

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

Shades of Persian Pink #EC77B6

Tints of Persian Pink #EC77B6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.16%

 BLUE value IS 182 (71.48% from 255) = 33.89%

R = 43.95%
G = 22.16%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC77B6 (or 0xEC77B6) is known color: Persian Pink. HEX triplet: EC, 77 and B6. RGB value is (236,119,182). Sum of RGB (Red+Green+Blue) = 236+119+182=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77B6 is #138849. Grayscale: #A1A1A1. Windows color (decimal): -1280074 or 11958252. OLE color: 11958252.

HSL color Cylindrical-coordinate representation of color #EC77B6: hue angle of 327.69º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77B6 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 119 182 -
CMYK 0 0.50 0.23 0.07
HSL 327.69º 0.75% 0.7% -
HSV(B) 327.69º 0.5% 0.93% -
XYZ 49.63 34.4 48.28 -
YUV 161.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 236 119 182 0 0.50 0.23 0.07 327.69 0.75 0.7
Hex EC 77 B6 0 32 17 7 148 4B 46
Octal 354 167 266 0 62 27 7 510 113 106
Binary 11101100 1110111 10110110 0 110010 10111 111 101001000 1001011 1000110

Color Harmonies of #EC77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77B6

Black with #EC77B6

Text Example


Text Example

White with #EC77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77B6; }

 p { color: rgb(236,119,182); }

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

background-color css

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

 a { background-color: rgb(236,119,182); }

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

border-color css

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

 span { border-color: rgb(236,119,182); }

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