Html Css Color HEX #E179C1 Persian Pink

📋 copy color: '#E179C1'

red 225 ◦ green 121 ◦ blue 193

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

Shades of Persian Pink #E179C1

Tints of Persian Pink #E179C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 41.74%
G = 22.45%
B = 35.81%

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

#E179C1 (or 0xE179C1) is known color: Persian Pink. HEX triplet: E1, 79 and C1. RGB value is (225,121,193). Sum of RGB (Red+Green+Blue) = 225+121+193=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E179C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179C1 is #1E863E. Grayscale: #A0A0A0. Windows color (decimal): -2000447 or 12679649. OLE color: 12679649.

HSL color Cylindrical-coordinate representation of color #E179C1: hue angle of 318.46º 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 #E179C1 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 121 193 -
CMYK 0 0.46 0.14 0.12
HSL 318.46º 0.63% 0.68% -
HSV(B) 318.46º 0.46% 0.88% -
XYZ 47.51 33.53 54.42 -
YUV 160.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 225 121 193 0 0.46 0.14 0.12 318.46 0.63 0.68
Hex E1 79 C1 0 2E E C 13E 3F 44
Octal 341 171 301 0 56 16 14 476 77 104
Binary 11100001 1111001 11000001 0 101110 1110 1100 100111110 111111 1000100

Color Harmonies of #E179C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E179C1

Black with #E179C1

Text Example


Text Example

White with #E179C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E179C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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