Html Css Color HEX #ED77BA Persian Pink

📋 copy color: '#ED77BA'

red 237 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #ED77BA

Tints of Persian Pink #ED77BA

RGB

 RED value IS 237 (92.97% from 255) = 43.73%

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

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 43.73%
G = 21.96%
B = 34.32%

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

#ED77BA (or 0xED77BA) is known color: Persian Pink. HEX triplet: ED, 77 and BA. RGB value is (237,119,186). Sum of RGB (Red+Green+Blue) = 237+119+186=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77BA is #128845. Grayscale: #A1A1A1. Windows color (decimal): -1214534 or 12220397. OLE color: 12220397.

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

Color convert

RGB 237 119 186 -
CMYK 0 0.50 0.22 0.07
HSL 325.93º 0.77% 0.7% -
HSV(B) 325.93º 0.5% 0.93% -
XYZ 50.38 34.74 50.5 -
YUV 161.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 237 119 186 0 0.50 0.22 0.07 325.93 0.77 0.7
Hex ED 77 BA 0 32 16 7 146 4D 46
Octal 355 167 272 0 62 26 7 506 115 106
Binary 11101101 1110111 10111010 0 110010 10110 111 101000110 1001101 1000110

Color Harmonies of #ED77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77BA

Black with #ED77BA

Text Example


Text Example

White with #ED77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77BA; }

 p { color: rgb(237,119,186); }

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

background-color css

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

 a { background-color: rgb(237,119,186); }

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

border-color css

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

 span { border-color: rgb(237,119,186); }

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