Html Css Color HEX #ED79B6 Persian Pink

📋 copy color: '#ED79B6'

red 237 ◦ green 121 ◦ blue 182

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

Shades of Persian Pink #ED79B6

Tints of Persian Pink #ED79B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.7%

R = 43.89%
G = 22.41%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED79B6 (or 0xED79B6) is known color: Persian Pink. HEX triplet: ED, 79 and B6. RGB value is (237,121,182). Sum of RGB (Red+Green+Blue) = 237+121+182=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79B6 is #128649. Grayscale: #A2A2A2. Windows color (decimal): -1214026 or 11958765. OLE color: 11958765.

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

Color convert

RGB 237 121 182 -
CMYK 0 0.49 0.23 0.07
HSL 328.45º 0.76% 0.7% -
HSV(B) 328.45º 0.49% 0.93% -
XYZ 50.21 35.06 48.38 -
YUV 162.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 237 121 182 0 0.49 0.23 0.07 328.45 0.76 0.7
Hex ED 79 B6 0 31 17 7 148 4C 46
Octal 355 171 266 0 61 27 7 510 114 106
Binary 11101101 1111001 10110110 0 110001 10111 111 101001000 1001100 1000110

Color Harmonies of #ED79B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79B6

Black with #ED79B6

Text Example


Text Example

White with #ED79B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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