Html Css Color HEX #EC79B9 Persian Pink

📋 copy color: '#EC79B9'

red 236 ◦ green 121 ◦ blue 185

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

Shades of Persian Pink #EC79B9

Tints of Persian Pink #EC79B9

RGB

 RED value IS 236 (92.58% from 255) = 43.54%

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

 BLUE value IS 185 (72.66% from 255) = 34.13%

R = 43.54%
G = 22.32%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC79B9 (or 0xEC79B9) is known color: Persian Pink. HEX triplet: EC, 79 and B9. RGB value is (236,121,185). Sum of RGB (Red+Green+Blue) = 236+121+185=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79B9 is #138646. Grayscale: #A2A2A2. Windows color (decimal): -1279559 or 12155372. OLE color: 12155372.

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

Color convert

RGB 236 121 185 -
CMYK 0 0.49 0.22 0.07
HSL 326.61º 0.75% 0.7% -
HSV(B) 326.61º 0.49% 0.93% -
XYZ 50.19 35.01 50.01 -
YUV 162.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 236 121 185 0 0.49 0.22 0.07 326.61 0.75 0.7
Hex EC 79 B9 0 31 16 7 147 4B 46
Octal 354 171 271 0 61 26 7 507 113 106
Binary 11101100 1111001 10111001 0 110001 10110 111 101000111 1001011 1000110

Color Harmonies of #EC79B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79B9

Black with #EC79B9

Text Example


Text Example

White with #EC79B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79B9; }

 p { color: rgb(236,121,185); }

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

background-color css

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

 a { background-color: rgb(236,121,185); }

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

border-color css

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

 span { border-color: rgb(236,121,185); }

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