Html Css Color HEX #E878B2 Persian Pink

📋 copy color: '#E878B2'

red 232 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #E878B2

Tints of Persian Pink #E878B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 43.77%
G = 22.64%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E878B2 (or 0xE878B2) is known color: Persian Pink. HEX triplet: E8, 78 and B2. RGB value is (232,120,178). Sum of RGB (Red+Green+Blue) = 232+120+178=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E878B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E878B2 is #17874D. Grayscale: #9F9F9F. Windows color (decimal): -1541966 or 11696360. OLE color: 11696360.

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

Color convert

RGB 232 120 178 -
CMYK 0 0.48 0.23 0.09
HSL 328.93º 0.71% 0.69% -
HSV(B) 328.93º 0.48% 0.91% -
XYZ 48.03 33.8 46.11 -
YUV 160.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 232 120 178 0 0.48 0.23 0.09 328.93 0.71 0.69
Hex E8 78 B2 0 30 17 9 149 47 45
Octal 350 170 262 0 60 27 11 511 107 105
Binary 11101000 1111000 10110010 0 110000 10111 1001 101001001 1000111 1000101

Color Harmonies of #E878B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E878B2

Black with #E878B2

Text Example


Text Example

White with #E878B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E878B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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