#E685BC

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

Shades of Persian Pink #E685BC

Tints of Persian Pink #E685BC

Color information

#E685BC (or 0xE685BC) is unknown color: approx Persian Pink. HEX triplet: E6, 85 and BC. RGB value is (230,133,188). Sum of RGB (Red+Green+Blue) = 230+133+188=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E685BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685BC is #197A43. Grayscale: #A8A8A8. Windows color (decimal): -1669700 or 12355046. OLE color: 12355046.

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

Color convert

RGB230133188-
CMYK00.420.180.10
HSL325.98º65.99%71.18%-
HSV(B)325.98º42.17%90.2%-
XYZ50.137.2352.12-
YUV168.27139.14172.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=41.74%
G=24.14%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013318800.420.180.10325.9865.9971.18
HexE685BC02A12A1464247
Octal3462052740522212506102107
Binary111001101000010110111100010101010010101010100011010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E685BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E685BC; }

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

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

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

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

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

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

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

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