Html Css Color HEX #E87DB6 Persian Pink

📋 copy color: '#E87DB6'

red 232 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #E87DB6

Tints of Persian Pink #E87DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.77%

R = 43.04%
G = 23.19%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E87DB6 (or 0xE87DB6) is known color: Persian Pink. HEX triplet: E8, 7D and B6. RGB value is (232,125,182). Sum of RGB (Red+Green+Blue) = 232+125+182=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DB6 is #178249. Grayscale: #A3A3A3. Windows color (decimal): -1540682 or 11959784. OLE color: 11959784.

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

Color convert

RGB 232 125 182 -
CMYK 0 0.46 0.22 0.09
HSL 328.04º 0.7% 0.7% -
HSV(B) 328.04º 0.46% 0.91% -
XYZ 49.06 35.2 48.46 -
YUV 163.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 232 125 182 0 0.46 0.22 0.09 328.04 0.7 0.7
Hex E8 7D B6 0 2E 16 9 148 46 46
Octal 350 175 266 0 56 26 11 510 106 106
Binary 11101000 1111101 10110110 0 101110 10110 1001 101001000 1000110 1000110

Color Harmonies of #E87DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DB6

Black with #E87DB6

Text Example


Text Example

White with #E87DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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