#E182BE

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

Shades of Persian Pink #E182BE

Tints of Persian Pink #E182BE

Color information

#E182BE (or 0xE182BE) is unknown color: approx Persian Pink. HEX triplet: E1, 82 and BE. RGB value is (225,130,190). Sum of RGB (Red+Green+Blue) = 225+130+190=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E182BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182BE is #1E7D41. Grayscale: #A5A5A5. Windows color (decimal): -1998146 or 12485345. OLE color: 12485345.

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

Color convert

RGB225130190-
CMYK00.420.160.12
HSL322.11º61.29%69.61%-
HSV(B)322.11º42.22%88.24%-
XYZ48.3335.6953.06-
YUV165.24141.97170.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=41.28%
G=23.85%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513019000.420.160.12322.1161.2969.61
HexE182BE02A10C1423d46
Octal341202276052201450275106
Binary11100001100000101011111001010101000011001010000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182BE; }

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

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

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

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

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

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

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

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