#E184BD

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

Shades of Persian Pink #E184BD

Tints of Persian Pink #E184BD

Color information

#E184BD (or 0xE184BD) is unknown color: approx Persian Pink. HEX triplet: E1, 84 and BD. RGB value is (225,132,189). Sum of RGB (Red+Green+Blue) = 225+132+189=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E184BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184BD is #1E7B42. Grayscale: #A6A6A6. Windows color (decimal): -1997635 or 12420321. OLE color: 12420321.

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

Color convert

RGB225132189-
CMYK00.410.160.12
HSL323.23º60.78%70%-
HSV(B)323.23º41.33%88.24%-
XYZ48.4936.1852.57-
YUV166.3140.81169.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=41.21%
G=24.18%
B=34.62%

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
Decimal22513218900.410.160.12323.2360.7870
HexE184BD02910C1433d46
Octal341204275051201450375106
Binary11100001100001001011110101010011000011001010000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184BD; }

 p { color: rgb(225,132,189); }

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

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

 a { background-color: rgb(225,132,189); }

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

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

 span { border-color: rgb(225,132,189); }

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