#E385BD

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

Shades of Persian Pink #E385BD

Tints of Persian Pink #E385BD

Color information

#E385BD (or 0xE385BD) is unknown color: approx Persian Pink. HEX triplet: E3, 85 and BD. RGB value is (227,133,189). Sum of RGB (Red+Green+Blue) = 227+133+189=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BD is #1C7A42. Grayscale: #A7A7A7. Windows color (decimal): -1866307 or 12420579. OLE color: 12420579.

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

Color convert

RGB227133189-
CMYK00.410.170.11
HSL324.26º62.67%70.59%-
HSV(B)324.26º41.41%89.02%-
XYZ49.2536.7852.65-
YUV167.49140.14170.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=41.35%
G=24.23%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713318900.410.170.11324.2662.6770.59
HexE385BD02911B1443f47
Octal343205275051211350477107
Binary11100011100001011011110101010011000110111010001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385BD; }

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

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

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

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

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

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

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

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