Html Css Color HEX #E876C1 Persian Pink

📋 copy color: '#E876C1'

red 232 ◦ green 118 ◦ blue 193

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

Shades of Persian Pink #E876C1

Tints of Persian Pink #E876C1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.73%

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

R = 42.73%
G = 21.73%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E876C1 (or 0xE876C1) is known color: Persian Pink. HEX triplet: E8, 76 and C1. RGB value is (232,118,193). Sum of RGB (Red+Green+Blue) = 232+118+193=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E876C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876C1 is #17893E. Grayscale: #A0A0A0. Windows color (decimal): -1542463 or 12678888. OLE color: 12678888.

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

Color convert

RGB 232 118 193 -
CMYK 0 0.49 0.17 0.09
HSL 320.53º 0.71% 0.69% -
HSV(B) 320.53º 0.49% 0.91% -
XYZ 49.38 33.96 54.4 -
YUV 160.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 232 118 193 0 0.49 0.17 0.09 320.53 0.71 0.69
Hex E8 76 C1 0 31 11 9 141 47 45
Octal 350 166 301 0 61 21 11 501 107 105
Binary 11101000 1110110 11000001 0 110001 10001 1001 101000001 1000111 1000101

Color Harmonies of #E876C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876C1

Black with #E876C1

Text Example


Text Example

White with #E876C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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