Html Css Color HEX #EC77C6 Persian Pink

📋 copy color: '#EC77C6'

red 236 ◦ green 119 ◦ blue 198

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

Shades of Persian Pink #EC77C6

Tints of Persian Pink #EC77C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.8%

R = 42.68%
G = 21.52%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC77C6 (or 0xEC77C6) is known color: Persian Pink. HEX triplet: EC, 77 and C6. RGB value is (236,119,198). Sum of RGB (Red+Green+Blue) = 236+119+198=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77C6 is #138839. Grayscale: #A2A2A2. Windows color (decimal): -1280058 or 13006828. OLE color: 13006828.

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

Color convert

RGB 236 119 198 -
CMYK 0 0.50 0.16 0.07
HSL 319.49º 0.75% 0.7% -
HSV(B) 319.49º 0.5% 0.93% -
XYZ 51.38 35.1 57.49 -
YUV 162.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 236 119 198 0 0.50 0.16 0.07 319.49 0.75 0.7
Hex EC 77 C6 0 32 10 7 13F 4B 46
Octal 354 167 306 0 62 20 7 477 113 106
Binary 11101100 1110111 11000110 0 110010 10000 111 100111111 1001011 1000110

Color Harmonies of #EC77C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77C6

Black with #EC77C6

Text Example


Text Example

White with #EC77C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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