Html Css Color HEX #E179C2 Persian Pink

📋 copy color: '#E179C2'

red 225 ◦ green 121 ◦ blue 194

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

Shades of Persian Pink #E179C2

Tints of Persian Pink #E179C2

RGB

 RED value IS 225 (88.28% from 255) = 41.67%

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 41.67%
G = 22.41%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E179C2 (or 0xE179C2) is known color: Persian Pink. HEX triplet: E1, 79 and C2. RGB value is (225,121,194). Sum of RGB (Red+Green+Blue) = 225+121+194=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E179C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179C2 is #1E863D. Grayscale: #A0A0A0. Windows color (decimal): -2000446 or 12745185. OLE color: 12745185.

HSL color Cylindrical-coordinate representation of color #E179C2: hue angle of 317.88º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179C2 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 121 194 -
CMYK 0 0.46 0.14 0.12
HSL 317.88º 0.63% 0.68% -
HSV(B) 317.88º 0.46% 0.88% -
XYZ 47.63 33.58 55.01 -
YUV 160.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 225 121 194 0 0.46 0.14 0.12 317.88 0.63 0.68
Hex E1 79 C2 0 2E E C 13E 3F 44
Octal 341 171 302 0 56 16 14 476 77 104
Binary 11100001 1111001 11000010 0 101110 1110 1100 100111110 111111 1000100

Color Harmonies of #E179C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E179C2

Black with #E179C2

Text Example


Text Example

White with #E179C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E179C2; }

 p { color: rgb(225,121,194); }

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

background-color css

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

 a { background-color: rgb(225,121,194); }

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

border-color css

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

 span { border-color: rgb(225,121,194); }

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