Html Css Color HEX #EC77AF Persian Pink

📋 copy color: '#EC77AF'

red 236 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #EC77AF

Tints of Persian Pink #EC77AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 44.53%
G = 22.45%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC77AF (or 0xEC77AF) is known color: Persian Pink. HEX triplet: EC, 77 and AF. RGB value is (236,119,175). Sum of RGB (Red+Green+Blue) = 236+119+175=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC77AF is #138850. Grayscale: #A0A0A0. Windows color (decimal): -1280081 or 11499500. OLE color: 11499500.

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

Color convert

RGB 236 119 175 -
CMYK 0 0.50 0.26 0.07
HSL 331.28º 0.75% 0.7% -
HSV(B) 331.28º 0.5% 0.93% -
XYZ 48.93 34.12 44.56 -
YUV 160.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 236 119 175 0 0.50 0.26 0.07 331.28 0.75 0.7
Hex EC 77 AF 0 32 1A 7 14B 4B 46
Octal 354 167 257 0 62 32 7 513 113 106
Binary 11101100 1110111 10101111 0 110010 11010 111 101001011 1001011 1000110

Color Harmonies of #EC77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77AF

Black with #EC77AF

Text Example


Text Example

White with #EC77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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