Html Css Color HEX #E87DAE Persian Pink

📋 copy color: '#E87DAE'

red 232 ◦ green 125 ◦ blue 174

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

Shades of Persian Pink #E87DAE

Tints of Persian Pink #E87DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 43.69%
G = 23.54%
B = 32.77%

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

#E87DAE (or 0xE87DAE) is known color: Persian Pink. HEX triplet: E8, 7D and AE. RGB value is (232,125,174). Sum of RGB (Red+Green+Blue) = 232+125+174=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87DAE is #178251. Grayscale: #A2A2A2. Windows color (decimal): -1540690 or 11435496. OLE color: 11435496.

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

Color convert

RGB 232 125 174 -
CMYK 0 0.46 0.25 0.09
HSL 332.52º 0.7% 0.7% -
HSV(B) 332.52º 0.46% 0.91% -
XYZ 48.25 34.88 44.23 -
YUV 162.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 232 125 174 0 0.46 0.25 0.09 332.52 0.7 0.7
Hex E8 7D AE 0 2E 19 9 14D 46 46
Octal 350 175 256 0 56 31 11 515 106 106
Binary 11101000 1111101 10101110 0 101110 11001 1001 101001101 1000110 1000110

Color Harmonies of #E87DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DAE

Black with #E87DAE

Text Example


Text Example

White with #E87DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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