Html Css Color HEX #E87DAD Persian Pink

📋 copy color: '#E87DAD'

red 232 ◦ green 125 ◦ blue 173

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

Shades of Persian Pink #E87DAD

Tints of Persian Pink #E87DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 43.77%
G = 23.58%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E87DAD (or 0xE87DAD) is known color: Persian Pink. HEX triplet: E8, 7D and AD. RGB value is (232,125,173). Sum of RGB (Red+Green+Blue) = 232+125+173=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87DAD is #178252. Grayscale: #A2A2A2. Windows color (decimal): -1540691 or 11369960. OLE color: 11369960.

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

Color convert

RGB 232 125 173 -
CMYK 0 0.46 0.25 0.09
HSL 333.08º 0.7% 0.7% -
HSV(B) 333.08º 0.46% 0.91% -
XYZ 48.16 34.84 43.72 -
YUV 162.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 232 125 173 0 0.46 0.25 0.09 333.08 0.7 0.7
Hex E8 7D AD 0 2E 19 9 14D 46 46
Octal 350 175 255 0 56 31 11 515 106 106
Binary 11101000 1111101 10101101 0 101110 11001 1001 101001101 1000110 1000110

Color Harmonies of #E87DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DAD

Black with #E87DAD

Text Example


Text Example

White with #E87DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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