Html Css Color HEX #E878B9 Persian Pink

📋 copy color: '#E878B9'

red 232 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #E878B9

Tints of Persian Pink #E878B9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 43.2%
G = 22.35%
B = 34.45%

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

#E878B9 (or 0xE878B9) is known color: Persian Pink. HEX triplet: E8, 78 and B9. RGB value is (232,120,185). Sum of RGB (Red+Green+Blue) = 232+120+185=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E878B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878B9 is #178746. Grayscale: #A0A0A0. Windows color (decimal): -1541959 or 12155112. OLE color: 12155112.

HSL color Cylindrical-coordinate representation of color #E878B9: hue angle of 325.18º 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 #E878B9 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 120 185 -
CMYK 0 0.48 0.20 0.09
HSL 325.18º 0.71% 0.69% -
HSV(B) 325.18º 0.48% 0.91% -
XYZ 48.75 34.09 49.91 -
YUV 160.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 232 120 185 0 0.48 0.20 0.09 325.18 0.71 0.69
Hex E8 78 B9 0 30 14 9 145 47 45
Octal 350 170 271 0 60 24 11 505 107 105
Binary 11101000 1111000 10111001 0 110000 10100 1001 101000101 1000111 1000101

Color Harmonies of #E878B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E878B9

Black with #E878B9

Text Example


Text Example

White with #E878B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E878B9; }

 p { color: rgb(232,120,185); }

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

background-color css

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

 a { background-color: rgb(232,120,185); }

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

border-color css

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

 span { border-color: rgb(232,120,185); }

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