#e685b3

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

Shades of Persian Pink #E685B3

Tints of Persian Pink #E685B3

Color information

#E685B3 (or 0xE685B3) is unknown color: approx Persian Pink. HEX triplet: E6, 85 and B3. RGB value is (230,133,179). Sum of RGB (Red+Green+Blue) = 230+133+179=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E685B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685B3 is #197A4C. Grayscale: #A7A7A7. Windows color (decimal): -1669709 or 11765222. OLE color: 11765222.

HSL color Cylindrical-coordinate representation of color #E685B3: hue angle of 331.55º 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 #E685B3 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB230133179-
CMYK00.420.220.10
HSL331.55º65.99%71.18%-
HSV(B)331.55º42.17%90.2%-
XYZ49.1636.8547.17-
YUV167.25134.64172.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.44%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=42.44%
G=24.54%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013317900.420.220.10331.5565.9971.18
HexE685B302A16A14c4247
Octal3462052630522612514102107
Binary111001101000010110110011010101010110101010100110010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e685b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e685b3; }

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

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

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

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

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

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

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

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