#E685BA

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

Shades of Persian Pink #E685BA

Tints of Persian Pink #E685BA

Color information

#E685BA (or 0xE685BA) is unknown color: approx Persian Pink. HEX triplet: E6, 85 and BA. RGB value is (230,133,186). Sum of RGB (Red+Green+Blue) = 230+133+186=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E685BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685BA is #197A45. Grayscale: #A7A7A7. Windows color (decimal): -1669702 or 12223974. OLE color: 12223974.

HSL color Cylindrical-coordinate representation of color #E685BA: hue angle of 327.22º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685BA is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230133186-
CMYK00.420.190.10
HSL327.22º65.99%71.18%-
HSV(B)327.22º42.17%90.2%-
XYZ49.8837.1450.99-
YUV168.04138.14172.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=41.89%
G=24.23%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013318600.420.190.10327.2265.9971.18
HexE685BA02A13A1474247
Octal3462052720522312507102107
Binary111001101000010110111010010101010011101010100011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E685BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E685BA; }

 p { color: rgb(230,133,186); }

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

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

 a { background-color: rgb(230,133,186); }

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

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

 span { border-color: rgb(230,133,186); }

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