Html Css Color HEX #ED79C5 Persian Pink

📋 copy color: '#ED79C5'

red 237 ◦ green 121 ◦ blue 197

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

Shades of Persian Pink #ED79C5

Tints of Persian Pink #ED79C5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.8%

 BLUE value IS 197 (77.34% from 255) = 35.5%

R = 42.7%
G = 21.8%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED79C5 (or 0xED79C5) is known color: Persian Pink. HEX triplet: ED, 79 and C5. RGB value is (237,121,197). Sum of RGB (Red+Green+Blue) = 237+121+197=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79C5 is #12863A. Grayscale: #A4A4A4. Windows color (decimal): -1214011 or 12941805. OLE color: 12941805.

HSL color Cylindrical-coordinate representation of color #ED79C5: hue angle of 320.69º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79C5 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 121 197 -
CMYK 0 0.49 0.17 0.07
HSL 320.69º 0.76% 0.7% -
HSV(B) 320.69º 0.49% 0.93% -
XYZ 51.84 35.71 56.98 -
YUV 164.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 237 121 197 0 0.49 0.17 0.07 320.69 0.76 0.7
Hex ED 79 C5 0 31 11 7 141 4C 46
Octal 355 171 305 0 61 21 7 501 114 106
Binary 11101101 1111001 11000101 0 110001 10001 111 101000001 1001100 1000110

Color Harmonies of #ED79C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79C5

Black with #ED79C5

Text Example


Text Example

White with #ED79C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79C5; }

 p { color: rgb(237,121,197); }

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

background-color css

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

 a { background-color: rgb(237,121,197); }

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

border-color css

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

 span { border-color: rgb(237,121,197); }

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