#E385BB

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

Shades of Persian Pink #E385BB

Tints of Persian Pink #E385BB

Color information

#E385BB (or 0xE385BB) is unknown color: approx Persian Pink. HEX triplet: E3, 85 and BB. RGB value is (227,133,187). Sum of RGB (Red+Green+Blue) = 227+133+187=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BB is #1C7A44. Grayscale: #A7A7A7. Windows color (decimal): -1866309 or 12289507. OLE color: 12289507.

HSL color Cylindrical-coordinate representation of color #E385BB: hue angle of 325.53º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385BB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227133187-
CMYK00.410.180.11
HSL325.53º62.67%70.59%-
HSV(B)325.53º41.41%89.02%-
XYZ49.0436.6951.51-
YUV167.26139.14170.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.50%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=41.50%
G=24.31%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713318700.410.180.11325.5362.6770.59
HexE385BB02912B1463f47
Octal343205273051221350677107
Binary11100011100001011011101101010011001010111010001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385BB; }

 p { color: rgb(227,133,187); }

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

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

 a { background-color: rgb(227,133,187); }

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

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

 span { border-color: rgb(227,133,187); }

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