Html Css Color HEX #ED77C7 Persian Pink

📋 copy color: '#ED77C7'

red 237 ◦ green 119 ◦ blue 199

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

Shades of Persian Pink #ED77C7

Tints of Persian Pink #ED77C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.86%

R = 42.7%
G = 21.44%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED77C7 (or 0xED77C7) is known color: Persian Pink. HEX triplet: ED, 77 and C7. RGB value is (237,119,199). Sum of RGB (Red+Green+Blue) = 237+119+199=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77C7 is #128838. Grayscale: #A3A3A3. Windows color (decimal): -1214521 or 13072365. OLE color: 13072365.

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

Color convert

RGB 237 119 199 -
CMYK 0 0.50 0.16 0.07
HSL 319.32º 0.77% 0.7% -
HSV(B) 319.32º 0.5% 0.93% -
XYZ 51.83 35.32 58.12 -
YUV 163.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 237 119 199 0 0.50 0.16 0.07 319.32 0.77 0.7
Hex ED 77 C7 0 32 10 7 13F 4D 46
Octal 355 167 307 0 62 20 7 477 115 106
Binary 11101101 1110111 11000111 0 110010 10000 111 100111111 1001101 1000110

Color Harmonies of #ED77C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77C7

Black with #ED77C7

Text Example


Text Example

White with #ED77C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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