Html Css Color HEX #EC79BA Persian Pink

📋 copy color: '#EC79BA'

red 236 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #EC79BA

Tints of Persian Pink #EC79BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 43.46%
G = 22.28%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC79BA (or 0xEC79BA) is known color: Persian Pink. HEX triplet: EC, 79 and BA. RGB value is (236,121,186). Sum of RGB (Red+Green+Blue) = 236+121+186=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79BA is #138645. Grayscale: #A2A2A2. Windows color (decimal): -1279558 or 12220908. OLE color: 12220908.

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

Color convert

RGB 236 121 186 -
CMYK 0 0.49 0.21 0.07
HSL 326.09º 0.75% 0.7% -
HSV(B) 326.09º 0.49% 0.93% -
XYZ 50.29 35.05 50.57 -
YUV 162.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 236 121 186 0 0.49 0.21 0.07 326.09 0.75 0.7
Hex EC 79 BA 0 31 15 7 146 4B 46
Octal 354 171 272 0 61 25 7 506 113 106
Binary 11101100 1111001 10111010 0 110001 10101 111 101000110 1001011 1000110

Color Harmonies of #EC79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79BA

Black with #EC79BA

Text Example


Text Example

White with #EC79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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