Html Css Color HEX #E879BA Persian Pink

📋 copy color: '#E879BA'

red 232 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #E879BA

Tints of Persian Pink #E879BA

RGB

 RED value IS 232 (91.02% from 255) = 43.04%

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

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

R = 43.04%
G = 22.45%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E879BA (or 0xE879BA) is known color: Persian Pink. HEX triplet: E8, 79 and BA. RGB value is (232,121,186). Sum of RGB (Red+Green+Blue) = 232+121+186=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E879BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879BA is #178645. Grayscale: #A1A1A1. Windows color (decimal): -1541702 or 12220904. OLE color: 12220904.

HSL color Cylindrical-coordinate representation of color #E879BA: hue angle of 324.86º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879BA is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 121 186 -
CMYK 0 0.48 0.20 0.09
HSL 324.86º 0.71% 0.69% -
HSV(B) 324.86º 0.48% 0.91% -
XYZ 48.98 34.38 50.51 -
YUV 161.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 232 121 186 0 0.48 0.20 0.09 324.86 0.71 0.69
Hex E8 79 BA 0 30 14 9 145 47 45
Octal 350 171 272 0 60 24 11 505 107 105
Binary 11101000 1111001 10111010 0 110000 10100 1001 101000101 1000111 1000101

Color Harmonies of #E879BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E879BA

Black with #E879BA

Text Example


Text Example

White with #E879BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E879BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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