Html Css Color HEX #ED79C6 Persian Pink

📋 copy color: '#ED79C6'

red 237 ◦ green 121 ◦ blue 198

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

Shades of Persian Pink #ED79C6

Tints of Persian Pink #ED79C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 42.63%
G = 21.76%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED79C6 (or 0xED79C6) is known color: Persian Pink. HEX triplet: ED, 79 and C6. RGB value is (237,121,198). Sum of RGB (Red+Green+Blue) = 237+121+198=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79C6 is #128639. Grayscale: #A4A4A4. Windows color (decimal): -1214010 or 13007341. OLE color: 13007341.

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

Color convert

RGB 237 121 198 -
CMYK 0 0.49 0.16 0.07
HSL 320.17º 0.76% 0.7% -
HSV(B) 320.17º 0.49% 0.93% -
XYZ 51.96 35.76 57.59 -
YUV 164.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 237 121 198 0 0.49 0.16 0.07 320.17 0.76 0.7
Hex ED 79 C6 0 31 10 7 140 4C 46
Octal 355 171 306 0 61 20 7 500 114 106
Binary 11101101 1111001 11000110 0 110001 10000 111 101000000 1001100 1000110

Color Harmonies of #ED79C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79C6

Black with #ED79C6

Text Example


Text Example

White with #ED79C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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