Html Css Color HEX #E87DAF Persian Pink

📋 copy color: '#E87DAF'

red 232 ◦ green 125 ◦ blue 175

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

Shades of Persian Pink #E87DAF

Tints of Persian Pink #E87DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 43.61%
G = 23.5%
B = 32.89%

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

#E87DAF (or 0xE87DAF) is known color: Persian Pink. HEX triplet: E8, 7D and AF. RGB value is (232,125,175). Sum of RGB (Red+Green+Blue) = 232+125+175=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87DAF is #178250. Grayscale: #A2A2A2. Windows color (decimal): -1540689 or 11501032. OLE color: 11501032.

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

Color convert

RGB 232 125 175 -
CMYK 0 0.46 0.25 0.09
HSL 331.96º 0.7% 0.7% -
HSV(B) 331.96º 0.46% 0.91% -
XYZ 48.35 34.92 44.75 -
YUV 162.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 232 125 175 0 0.46 0.25 0.09 331.96 0.7 0.7
Hex E8 7D AF 0 2E 19 9 14C 46 46
Octal 350 175 257 0 56 31 11 514 106 106
Binary 11101000 1111101 10101111 0 101110 11001 1001 101001100 1000110 1000110

Color Harmonies of #E87DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DAF

Black with #E87DAF

Text Example


Text Example

White with #E87DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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