Html Css Color HEX #EC77BF Persian Pink

📋 copy color: '#EC77BF'

red 236 ◦ green 119 ◦ blue 191

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

Shades of Persian Pink #EC77BF

Tints of Persian Pink #EC77BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.98%

R = 43.22%
G = 21.79%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC77BF (or 0xEC77BF) is known color: Persian Pink. HEX triplet: EC, 77 and BF. RGB value is (236,119,191). Sum of RGB (Red+Green+Blue) = 236+119+191=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77BF is #138840. Grayscale: #A2A2A2. Windows color (decimal): -1280065 or 12548076. OLE color: 12548076.

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

Color convert

RGB 236 119 191 -
CMYK 0 0.50 0.19 0.07
HSL 323.08º 0.75% 0.7% -
HSV(B) 323.08º 0.5% 0.93% -
XYZ 50.59 34.79 53.34 -
YUV 162.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 236 119 191 0 0.50 0.19 0.07 323.08 0.75 0.7
Hex EC 77 BF 0 32 13 7 143 4B 46
Octal 354 167 277 0 62 23 7 503 113 106
Binary 11101100 1110111 10111111 0 110010 10011 111 101000011 1001011 1000110

Color Harmonies of #EC77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77BF

Black with #EC77BF

Text Example


Text Example

White with #EC77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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