#E385BE

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

Shades of Persian Pink #E385BE

Tints of Persian Pink #E385BE

Color information

#E385BE (or 0xE385BE) is unknown color: approx Persian Pink. HEX triplet: E3, 85 and BE. RGB value is (227,133,190). Sum of RGB (Red+Green+Blue) = 227+133+190=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BE is #1C7A41. Grayscale: #A7A7A7. Windows color (decimal): -1866306 or 12486115. OLE color: 12486115.

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

Color convert

RGB227133190-
CMYK00.410.160.11
HSL323.62º62.67%70.59%-
HSV(B)323.62º41.41%89.02%-
XYZ49.3636.8253.22-
YUV167.6140.64170.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=41.27%
G=24.18%
B=34.55%

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
Decimal22713319000.410.160.11323.6262.6770.59
HexE385BE02910B1443f47
Octal343205276051201350477107
Binary11100011100001011011111001010011000010111010001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385BE; }

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

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

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

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

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

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

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

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