Html Css Color HEX #EC77C1 Persian Pink

📋 copy color: '#EC77C1'

red 236 ◦ green 119 ◦ blue 193

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

Shades of Persian Pink #EC77C1

Tints of Persian Pink #EC77C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 43.07%
G = 21.72%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC77C1 (or 0xEC77C1) is known color: Persian Pink. HEX triplet: EC, 77 and C1. RGB value is (236,119,193). Sum of RGB (Red+Green+Blue) = 236+119+193=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77C1 is #13883E. Grayscale: #A2A2A2. Windows color (decimal): -1280063 or 12679148. OLE color: 12679148.

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

Color convert

RGB 236 119 193 -
CMYK 0 0.50 0.18 0.07
HSL 322.05º 0.75% 0.7% -
HSV(B) 322.05º 0.5% 0.93% -
XYZ 50.81 34.88 54.51 -
YUV 162.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 236 119 193 0 0.50 0.18 0.07 322.05 0.75 0.7
Hex EC 77 C1 0 32 12 7 142 4B 46
Octal 354 167 301 0 62 22 7 502 113 106
Binary 11101100 1110111 11000001 0 110010 10010 111 101000010 1001011 1000110

Color Harmonies of #EC77C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77C1

Black with #EC77C1

Text Example


Text Example

White with #EC77C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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