#E185BF

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

Shades of Persian Pink #E185BF

Tints of Persian Pink #E185BF

Color information

#E185BF (or 0xE185BF) is unknown color: approx Persian Pink. HEX triplet: E1, 85 and BF. RGB value is (225,133,191). Sum of RGB (Red+Green+Blue) = 225+133+191=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E185BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185BF is #1E7A40. Grayscale: #A6A6A6. Windows color (decimal): -1997377 or 12551649. OLE color: 12551649.

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

Color convert

RGB225133191-
CMYK00.410.150.12
HSL322.17º60.53%70.2%-
HSV(B)322.17º40.89%88.24%-
XYZ48.8436.5453.77-
YUV167.12141.48169.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 191 (75% from 255) = 34.79%
R=40.98%
G=24.23%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513319100.410.150.12322.1760.5370.2
HexE185BF029FC1423d46
Octal341205277051171450275106
Binary1110000110000101101111110101001111111001010000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185BF; }

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

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

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

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

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

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

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

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