Html Css Color HEX #E179BA Persian Pink

📋 copy color: '#E179BA'

red 225 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #E179BA

Tints of Persian Pink #E179BA

RGB

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

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

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

R = 42.29%
G = 22.74%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E179BA (or 0xE179BA) is known color: Persian Pink. HEX triplet: E1, 79 and BA. RGB value is (225,121,186). Sum of RGB (Red+Green+Blue) = 225+121+186=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E179BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179BA is #1E8645. Grayscale: #9F9F9F. Windows color (decimal): -2000454 or 12220897. OLE color: 12220897.

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

Color convert

RGB 225 121 186 -
CMYK 0 0.46 0.17 0.12
HSL 322.5º 0.63% 0.68% -
HSV(B) 322.5º 0.46% 0.88% -
XYZ 46.75 33.23 50.4 -
YUV 159.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 225 121 186 0 0.46 0.17 0.12 322.5 0.63 0.68
Hex E1 79 BA 0 2E 11 C 142 3F 44
Octal 341 171 272 0 56 21 14 502 77 104
Binary 11100001 1111001 10111010 0 101110 10001 1100 101000010 111111 1000100

Color Harmonies of #E179BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E179BA

Black with #E179BA

Text Example


Text Example

White with #E179BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E179BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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