#E182BC

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

Shades of Persian Pink #E182BC

Tints of Persian Pink #E182BC

Color information

#E182BC (or 0xE182BC) is unknown color: approx Persian Pink. HEX triplet: E1, 82 and BC. RGB value is (225,130,188). Sum of RGB (Red+Green+Blue) = 225+130+188=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E182BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182BC is #1E7D43. Grayscale: #A4A4A4. Windows color (decimal): -1998148 or 12354273. OLE color: 12354273.

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

Color convert

RGB225130188-
CMYK00.420.160.12
HSL323.37º61.29%69.61%-
HSV(B)323.37º42.22%88.24%-
XYZ48.1135.651.91-
YUV165.02140.97170.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=41.44%
G=23.94%
B=34.62%

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
Decimal22513018800.420.160.12323.3761.2969.61
HexE182BC02A10C1433d46
Octal341202274052201450375106
Binary11100001100000101011110001010101000011001010000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182BC; }

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

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

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

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

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

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

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

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