Html Css Color HEX #EC77C7 Persian Pink

📋 copy color: '#EC77C7'

red 236 ◦ green 119 ◦ blue 199

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

Shades of Persian Pink #EC77C7

Tints of Persian Pink #EC77C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.92%

R = 42.6%
G = 21.48%
B = 35.92%

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

#EC77C7 (or 0xEC77C7) is known color: Persian Pink. HEX triplet: EC, 77 and C7. RGB value is (236,119,199). Sum of RGB (Red+Green+Blue) = 236+119+199=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77C7 is #138838. Grayscale: #A2A2A2. Windows color (decimal): -1280057 or 13072364. OLE color: 13072364.

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

Color convert

RGB 236 119 199 -
CMYK 0 0.50 0.16 0.07
HSL 318.97º 0.75% 0.7% -
HSV(B) 318.97º 0.5% 0.93% -
XYZ 51.5 35.15 58.1 -
YUV 163.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 236 119 199 0 0.50 0.16 0.07 318.97 0.75 0.7
Hex EC 77 C7 0 32 10 7 13F 4B 46
Octal 354 167 307 0 62 20 7 477 113 106
Binary 11101100 1110111 11000111 0 110010 10000 111 100111111 1001011 1000110

Color Harmonies of #EC77C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77C7

Black with #EC77C7

Text Example


Text Example

White with #EC77C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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