#E083BD

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

Shades of Persian Pink #E083BD

Tints of Persian Pink #E083BD

Color information

#E083BD (or 0xE083BD) is unknown color: approx Persian Pink. HEX triplet: E0, 83 and BD. RGB value is (224,131,189). Sum of RGB (Red+Green+Blue) = 224+131+189=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E083BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083BD is #1F7C42. Grayscale: #A5A5A5. Windows color (decimal): -2063427 or 12420064. OLE color: 12420064.

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

Color convert

RGB224131189-
CMYK00.420.160.12
HSL322.58º60%69.61%-
HSV(B)322.58º41.52%87.84%-
XYZ48.0435.7552.51-
YUV165.42141.31169.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=41.18%
G=24.08%
B=34.74%

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
Decimal22413118900.420.160.12322.586069.61
HexE083BD02A10C1433c46
Octal340203275052201450374106
Binary11100000100000111011110101010101000011001010000111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E083BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E083BD; }

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

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

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

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

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

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

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

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