#E185BE

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

Shades of Persian Pink #E185BE

Tints of Persian Pink #E185BE

Color information

#E185BE (or 0xE185BE) is unknown color: approx Persian Pink. HEX triplet: E1, 85 and BE. RGB value is (225,133,190). Sum of RGB (Red+Green+Blue) = 225+133+190=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E185BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185BE is #1E7A41. Grayscale: #A6A6A6. Windows color (decimal): -1997378 or 12486113. OLE color: 12486113.

HSL color Cylindrical-coordinate representation of color #E185BE: hue angle of 322.83º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185BE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225133190-
CMYK00.410.160.12
HSL322.83º60.53%70.2%-
HSV(B)322.83º40.89%88.24%-
XYZ48.7336.553.19-
YUV167.01140.98169.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=41.06%
G=24.27%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513319000.410.160.12322.8360.5370.2
HexE185BE02910C1433d46
Octal341205276051201450375106
Binary11100001100001011011111001010011000011001010000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185BE; }

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

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

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

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

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

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

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

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