Html Css Color HEX #EC77B2 Persian Pink

📋 copy color: '#EC77B2'

red 236 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #EC77B2

Tints of Persian Pink #EC77B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 44.28%
G = 22.33%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC77B2 (or 0xEC77B2) is known color: Persian Pink. HEX triplet: EC, 77 and B2. RGB value is (236,119,178). Sum of RGB (Red+Green+Blue) = 236+119+178=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC77B2 is #13884D. Grayscale: #A0A0A0. Windows color (decimal): -1280078 or 11696108. OLE color: 11696108.

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

Color convert

RGB 236 119 178 -
CMYK 0 0.50 0.25 0.07
HSL 329.74º 0.75% 0.7% -
HSV(B) 329.74º 0.5% 0.93% -
XYZ 49.22 34.24 46.13 -
YUV 160.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 236 119 178 0 0.50 0.25 0.07 329.74 0.75 0.7
Hex EC 77 B2 0 32 19 7 14A 4B 46
Octal 354 167 262 0 62 31 7 512 113 106
Binary 11101100 1110111 10110010 0 110010 11001 111 101001010 1001011 1000110

Color Harmonies of #EC77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77B2

Black with #EC77B2

Text Example


Text Example

White with #EC77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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