Html Css Color HEX #E87DBE Persian Pink

📋 copy color: '#E87DBE'

red 232 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #E87DBE

Tints of Persian Pink #E87DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.85%

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

R = 42.41%
G = 22.85%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E87DBE (or 0xE87DBE) is known color: Persian Pink. HEX triplet: E8, 7D and BE. RGB value is (232,125,190). Sum of RGB (Red+Green+Blue) = 232+125+190=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DBE is #178241. Grayscale: #A4A4A4. Windows color (decimal): -1540674 or 12484072. OLE color: 12484072.

HSL color Cylindrical-coordinate representation of color #E87DBE: hue angle of 323.55º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DBE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 125 190 -
CMYK 0 0.46 0.18 0.09
HSL 323.55º 0.7% 0.7% -
HSV(B) 323.55º 0.46% 0.91% -
XYZ 49.91 35.54 52.94 -
YUV 164.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 232 125 190 0 0.46 0.18 0.09 323.55 0.7 0.7
Hex E8 7D BE 0 2E 12 9 144 46 46
Octal 350 175 276 0 56 22 11 504 106 106
Binary 11101000 1111101 10111110 0 101110 10010 1001 101000100 1000110 1000110

Color Harmonies of #E87DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DBE

Black with #E87DBE

Text Example


Text Example

White with #E87DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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