#E382BE

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

Shades of Persian Pink #E382BE

Tints of Persian Pink #E382BE

Color information

#E382BE (or 0xE382BE) is unknown color: approx Persian Pink. HEX triplet: E3, 82 and BE. RGB value is (227,130,190). Sum of RGB (Red+Green+Blue) = 227+130+190=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E382BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382BE is #1C7D41. Grayscale: #A5A5A5. Windows color (decimal): -1867074 or 12485347. OLE color: 12485347.

HSL color Cylindrical-coordinate representation of color #E382BE: hue angle of 322.89º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382BE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227130190-
CMYK00.430.160.11
HSL322.89º63.4%70%-
HSV(B)322.89º42.73%89.02%-
XYZ48.9636.0153.09-
YUV165.84141.64171.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.50%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=41.50%
G=23.77%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713019000.430.160.11322.8963.470
HexE382BE02B10B1433f46
Octal343202276053201350377106
Binary11100011100000101011111001010111000010111010000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382BE; }

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

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

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

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

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

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

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

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