Html Css Color HEX #E878C1 Persian Pink

📋 copy color: '#E878C1'

red 232 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #E878C1

Tints of Persian Pink #E878C1

RGB

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

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

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

R = 42.57%
G = 22.02%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E878C1 (or 0xE878C1) is known color: Persian Pink. HEX triplet: E8, 78 and C1. RGB value is (232,120,193). Sum of RGB (Red+Green+Blue) = 232+120+193=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E878C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878C1 is #17873E. Grayscale: #A1A1A1. Windows color (decimal): -1541951 or 12679400. OLE color: 12679400.

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

Color convert

RGB 232 120 193 -
CMYK 0 0.48 0.17 0.09
HSL 320.89º 0.71% 0.69% -
HSV(B) 320.89º 0.48% 0.91% -
XYZ 49.62 34.44 54.48 -
YUV 161.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 232 120 193 0 0.48 0.17 0.09 320.89 0.71 0.69
Hex E8 78 C1 0 30 11 9 141 47 45
Octal 350 170 301 0 60 21 11 501 107 105
Binary 11101000 1111000 11000001 0 110000 10001 1001 101000001 1000111 1000101

Color Harmonies of #E878C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E878C1

Black with #E878C1

Text Example


Text Example

White with #E878C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E878C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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