#E184BE

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

Shades of Persian Pink #E184BE

Tints of Persian Pink #E184BE

Color information

#E184BE (or 0xE184BE) is unknown color: approx Persian Pink. HEX triplet: E1, 84 and BE. RGB value is (225,132,190). Sum of RGB (Red+Green+Blue) = 225+132+190=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E184BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184BE is #1E7B41. Grayscale: #A6A6A6. Windows color (decimal): -1997634 or 12485857. OLE color: 12485857.

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

Color convert

RGB225132190-
CMYK00.410.160.12
HSL322.58º60.78%70%-
HSV(B)322.58º41.33%88.24%-
XYZ48.636.2353.15-
YUV166.42141.31169.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=41.13%
G=24.13%
B=34.73%

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
Decimal22513219000.410.160.12322.5860.7870
HexE184BE02910C1433d46
Octal341204276051201450375106
Binary11100001100001001011111001010011000011001010000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184BE; }

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

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

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

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

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

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

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

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