#E181BC

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

Shades of Persian Pink #E181BC

Tints of Persian Pink #E181BC

Color information

#E181BC (or 0xE181BC) is unknown color: approx Persian Pink. HEX triplet: E1, 81 and BC. RGB value is (225,129,188). Sum of RGB (Red+Green+Blue) = 225+129+188=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E181BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181BC is #1E7E43. Grayscale: #A4A4A4. Windows color (decimal): -1998404 or 12354017. OLE color: 12354017.

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

Color convert

RGB225129188-
CMYK00.430.160.12
HSL323.12º61.54%69.41%-
HSV(B)323.12º42.67%88.24%-
XYZ47.9835.3451.87-
YUV164.43141.3171.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=41.51%
G=23.80%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512918800.430.160.12323.1261.5469.41
HexE181BC02B10C1433e45
Octal341201274053201450376105
Binary11100001100000011011110001010111000011001010000111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181BC; }

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

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

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

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

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

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

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

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