Html Css Color HEX #EC77B9 Persian Pink

📋 copy color: '#EC77B9'

red 236 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #EC77B9

Tints of Persian Pink #EC77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 43.7%
G = 22.04%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC77B9 (or 0xEC77B9) is known color: Persian Pink. HEX triplet: EC, 77 and B9. RGB value is (236,119,185). Sum of RGB (Red+Green+Blue) = 236+119+185=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77B9 is #138846. Grayscale: #A1A1A1. Windows color (decimal): -1280071 or 12154860. OLE color: 12154860.

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

Color convert

RGB 236 119 185 -
CMYK 0 0.50 0.22 0.07
HSL 326.15º 0.75% 0.7% -
HSV(B) 326.15º 0.5% 0.93% -
XYZ 49.95 34.53 49.93 -
YUV 161.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 236 119 185 0 0.50 0.22 0.07 326.15 0.75 0.7
Hex EC 77 B9 0 32 16 7 146 4B 46
Octal 354 167 271 0 62 26 7 506 113 106
Binary 11101100 1110111 10111001 0 110010 10110 111 101000110 1001011 1000110

Color Harmonies of #EC77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77B9

Black with #EC77B9

Text Example


Text Example

White with #EC77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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