Html Css Color HEX #EC79B2 Persian Pink

📋 copy color: '#EC79B2'

red 236 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #EC79B2

Tints of Persian Pink #EC79B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 44.11%
G = 22.62%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC79B2 (or 0xEC79B2) is known color: Persian Pink. HEX triplet: EC, 79 and B2. RGB value is (236,121,178). Sum of RGB (Red+Green+Blue) = 236+121+178=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC79B2 is #13864D. Grayscale: #A1A1A1. Windows color (decimal): -1279566 or 11696620. OLE color: 11696620.

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

Color convert

RGB 236 121 178 -
CMYK 0 0.49 0.25 0.07
HSL 330.26º 0.75% 0.7% -
HSV(B) 330.26º 0.49% 0.93% -
XYZ 49.47 34.72 46.21 -
YUV 161.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 236 121 178 0 0.49 0.25 0.07 330.26 0.75 0.7
Hex EC 79 B2 0 31 19 7 14A 4B 46
Octal 354 171 262 0 61 31 7 512 113 106
Binary 11101100 1111001 10110010 0 110001 11001 111 101001010 1001011 1000110

Color Harmonies of #EC79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79B2

Black with #EC79B2

Text Example


Text Example

White with #EC79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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