#E381BE

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

Shades of Persian Pink #E381BE

Tints of Persian Pink #E381BE

Color information

#E381BE (or 0xE381BE) is unknown color: approx Persian Pink. HEX triplet: E3, 81 and BE. RGB value is (227,129,190). Sum of RGB (Red+Green+Blue) = 227+129+190=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E381BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381BE is #1C7E41. Grayscale: #A5A5A5. Windows color (decimal): -1867330 or 12485091. OLE color: 12485091.

HSL color Cylindrical-coordinate representation of color #E381BE: hue angle of 322.65º degrees, saturation: 0.64, 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 #E381BE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227129190-
CMYK00.430.160.11
HSL322.65º63.64%69.8%-
HSV(B)322.65º43.17%89.02%-
XYZ48.8235.7553.04-
YUV165.26141.97172.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.58%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=41.58%
G=23.63%
B=34.80%

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
Decimal22712919000.430.160.11322.6563.6469.8
HexE381BE02B10B1434046
Octal3432012760532013503100106
Binary111000111000000110111110010101110000101110100001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381BE; }

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

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

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

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

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

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

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

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