#E385B5

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

Shades of Persian Pink #E385B5

Tints of Persian Pink #E385B5

Color information

#E385B5 (or 0xE385B5) is unknown color: approx Persian Pink. HEX triplet: E3, 85 and B5. RGB value is (227,133,181). Sum of RGB (Red+Green+Blue) = 227+133+181=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E385B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385B5 is #1C7A4A. Grayscale: #A6A6A6. Windows color (decimal): -1866315 or 11896291. OLE color: 11896291.

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

Color convert

RGB227133181-
CMYK00.410.200.11
HSL329.36º62.67%70.59%-
HSV(B)329.36º41.41%89.02%-
XYZ48.4136.4448.2-
YUV166.58136.14171.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.96%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=41.96%
G=24.58%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713318100.410.200.11329.3662.6770.59
HexE385B502914B1493f47
Octal343205265051241351177107
Binary11100011100001011011010101010011010010111010010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385B5; }

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

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

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

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

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

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

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

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