Html Css Color HEX #EC77BC Persian Pink

📋 copy color: '#EC77BC'

red 236 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #EC77BC

Tints of Persian Pink #EC77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 43.46%
G = 21.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC77BC (or 0xEC77BC) is known color: Persian Pink. HEX triplet: EC, 77 and BC. RGB value is (236,119,188). Sum of RGB (Red+Green+Blue) = 236+119+188=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77BC is #138843. Grayscale: #A1A1A1. Windows color (decimal): -1280068 or 12351468. OLE color: 12351468.

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

Color convert

RGB 236 119 188 -
CMYK 0 0.50 0.20 0.07
HSL 324.62º 0.75% 0.7% -
HSV(B) 324.62º 0.5% 0.93% -
XYZ 50.27 34.66 51.62 -
YUV 161.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 236 119 188 0 0.50 0.20 0.07 324.62 0.75 0.7
Hex EC 77 BC 0 32 14 7 145 4B 46
Octal 354 167 274 0 62 24 7 505 113 106
Binary 11101100 1110111 10111100 0 110010 10100 111 101000101 1001011 1000110

Color Harmonies of #EC77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77BC

Black with #EC77BC

Text Example


Text Example

White with #EC77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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