Html Css Color HEX #E87DBD Persian Pink

📋 copy color: '#E87DBD'

red 232 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #E87DBD

Tints of Persian Pink #E87DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.62%

R = 42.49%
G = 22.89%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E87DBD (or 0xE87DBD) is known color: Persian Pink. HEX triplet: E8, 7D and BD. RGB value is (232,125,189). Sum of RGB (Red+Green+Blue) = 232+125+189=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DBD is #178242. Grayscale: #A4A4A4. Windows color (decimal): -1540675 or 12418536. OLE color: 12418536.

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

Color convert

RGB 232 125 189 -
CMYK 0 0.46 0.19 0.09
HSL 324.11º 0.7% 0.7% -
HSV(B) 324.11º 0.46% 0.91% -
XYZ 49.8 35.5 52.37 -
YUV 164.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 232 125 189 0 0.46 0.19 0.09 324.11 0.7 0.7
Hex E8 7D BD 0 2E 13 9 144 46 46
Octal 350 175 275 0 56 23 11 504 106 106
Binary 11101000 1111101 10111101 0 101110 10011 1001 101000100 1000110 1000110

Color Harmonies of #E87DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DBD

Black with #E87DBD

Text Example


Text Example

White with #E87DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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