Html Css Color HEX #E87DBF Persian Pink

📋 copy color: '#E87DBF'

red 232 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #E87DBF

Tints of Persian Pink #E87DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.85%

R = 42.34%
G = 22.81%
B = 34.85%

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

#E87DBF (or 0xE87DBF) is known color: Persian Pink. HEX triplet: E8, 7D and BF. RGB value is (232,125,191). Sum of RGB (Red+Green+Blue) = 232+125+191=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DBF is #178240. Grayscale: #A4A4A4. Windows color (decimal): -1540673 or 12549608. OLE color: 12549608.

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

Color convert

RGB 232 125 191 -
CMYK 0 0.46 0.18 0.09
HSL 322.99º 0.7% 0.7% -
HSV(B) 322.99º 0.46% 0.91% -
XYZ 50.02 35.58 53.52 -
YUV 164.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 232 125 191 0 0.46 0.18 0.09 322.99 0.7 0.7
Hex E8 7D BF 0 2E 12 9 143 46 46
Octal 350 175 277 0 56 22 11 503 106 106
Binary 11101000 1111101 10111111 0 101110 10010 1001 101000011 1000110 1000110

Color Harmonies of #E87DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DBF

Black with #E87DBF

Text Example


Text Example

White with #E87DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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