#E081BD

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

Shades of Persian Pink #E081BD

Tints of Persian Pink #E081BD

Color information

#E081BD (or 0xE081BD) is unknown color: approx Persian Pink. HEX triplet: E0, 81 and BD. RGB value is (224,129,189). Sum of RGB (Red+Green+Blue) = 224+129+189=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E081BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081BD is #1F7E42. Grayscale: #A4A4A4. Windows color (decimal): -2063939 or 12419552. OLE color: 12419552.

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

Color convert

RGB224129189-
CMYK00.420.160.12
HSL322.11º60.51%69.22%-
HSV(B)322.11º42.41%87.84%-
XYZ47.7835.2252.42-
YUV164.24141.97170.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=41.33%
G=23.80%
B=34.87%

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
Decimal22412918900.420.160.12322.1160.5169.22
HexE081BD02A10C1423d45
Octal340201275052201450275105
Binary11100000100000011011110101010101000011001010000101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081BD; }

 p { color: rgb(224,129,189); }

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

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

 a { background-color: rgb(224,129,189); }

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

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

 span { border-color: rgb(224,129,189); }

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