Html Css Color HEX #E877BE Persian Pink

📋 copy color: '#E877BE'

red 232 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #E877BE

Tints of Persian Pink #E877BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22%

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 42.88%
G = 22%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E877BE (or 0xE877BE) is known color: Persian Pink. HEX triplet: E8, 77 and BE. RGB value is (232,119,190). Sum of RGB (Red+Green+Blue) = 232+119+190=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E877BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877BE is #178841. Grayscale: #A0A0A0. Windows color (decimal): -1542210 or 12482536. OLE color: 12482536.

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

Color convert

RGB 232 119 190 -
CMYK 0 0.49 0.18 0.09
HSL 322.3º 0.71% 0.69% -
HSV(B) 322.3º 0.49% 0.91% -
XYZ 49.17 34.07 52.7 -
YUV 160.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 232 119 190 0 0.49 0.18 0.09 322.3 0.71 0.69
Hex E8 77 BE 0 31 12 9 142 47 45
Octal 350 167 276 0 61 22 11 502 107 105
Binary 11101000 1110111 10111110 0 110001 10010 1001 101000010 1000111 1000101

Color Harmonies of #E877BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E877BE

Black with #E877BE

Text Example


Text Example

White with #E877BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E877BE; }

 p { color: rgb(232,119,190); }

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

background-color css

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

 a { background-color: rgb(232,119,190); }

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

border-color css

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

 span { border-color: rgb(232,119,190); }

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