Html Css Color HEX #ED77BD Persian Pink

📋 copy color: '#ED77BD'

red 237 ◦ green 119 ◦ blue 189

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

Shades of Persian Pink #ED77BD

Tints of Persian Pink #ED77BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 43.49%
G = 21.83%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED77BD (or 0xED77BD) is known color: Persian Pink. HEX triplet: ED, 77 and BD. RGB value is (237,119,189). Sum of RGB (Red+Green+Blue) = 237+119+189=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77BD is #128842. Grayscale: #A2A2A2. Windows color (decimal): -1214531 or 12417005. OLE color: 12417005.

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

Color convert

RGB 237 119 189 -
CMYK 0 0.50 0.20 0.07
HSL 324.41º 0.77% 0.7% -
HSV(B) 324.41º 0.5% 0.93% -
XYZ 50.71 34.87 52.2 -
YUV 162.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 237 119 189 0 0.50 0.20 0.07 324.41 0.77 0.7
Hex ED 77 BD 0 32 14 7 144 4D 46
Octal 355 167 275 0 62 24 7 504 115 106
Binary 11101101 1110111 10111101 0 110010 10100 111 101000100 1001101 1000110

Color Harmonies of #ED77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77BD

Black with #ED77BD

Text Example


Text Example

White with #ED77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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