#e86dbb

Color #E86DBB Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E86DBB

Tints of Persian Pink #E86DBB

Color information

#E86DBB (or 0xE86DBB) is unknown color: approx Persian Pink. HEX triplet: E8, 6D and BB. RGB value is (232,109,187). Sum of RGB (Red+Green+Blue) = 232+109+187=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DBB is #179244. Grayscale: #9A9A9A. Windows color (decimal): -1544773 or 12283368. OLE color: 12283368.

HSL color Cylindrical-coordinate representation of color #E86DBB: hue angle of 321.95º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86DBB is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232109187-
CMYK00.530.190.09
HSL321.95º72.78%66.86%-
HSV(B)321.95º53.02%90.98%-
XYZ47.7231.6850.61-
YUV154.67146.25183.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.94%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=43.94%
G=20.64%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210918700.530.190.09321.9572.7866.86
HexE86DBB0351391424943
Octal3501552730652311502111103
Binary11101000110110110111011011010110011100110100001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86dbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86dbb; }

 p { color: rgb(232,109,187); }

 H1.HeaderClassName
 {
   color: #e86dbb;
 }
 .AnyTagClassName
 {
   color: #e86dbb;
 }
</style>
background-color css

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

 a { background-color: rgb(232,109,187); }

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

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

 span { border-color: rgb(232,109,187); }

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