#E385BF

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

Shades of Persian Pink #E385BF

Tints of Persian Pink #E385BF

Color information

#E385BF (or 0xE385BF) is unknown color: approx Persian Pink. HEX triplet: E3, 85 and BF. RGB value is (227,133,191). Sum of RGB (Red+Green+Blue) = 227+133+191=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BF is #1C7A40. Grayscale: #A7A7A7. Windows color (decimal): -1866305 or 12551651. OLE color: 12551651.

HSL color Cylindrical-coordinate representation of color #E385BF: hue angle of 322.98º 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 #E385BF is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227133191-
CMYK00.410.160.11
HSL322.98º62.67%70.59%-
HSV(B)322.98º41.41%89.02%-
XYZ49.4736.8753.8-
YUV167.72141.14170.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 191 (75% from 255) = 34.66%
R=41.20%
G=24.14%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713319100.410.160.11322.9862.6770.59
HexE385BF02910B1433f47
Octal343205277051201350377107
Binary11100011100001011011111101010011000010111010000111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385BF; }

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

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

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

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

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

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

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

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