#E381B2

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

Shades of Persian Pink #E381B2

Tints of Persian Pink #E381B2

Color information

#E381B2 (or 0xE381B2) is unknown color: approx Persian Pink. HEX triplet: E3, 81 and B2. RGB value is (227,129,178). Sum of RGB (Red+Green+Blue) = 227+129+178=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E381B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381B2 is #1C7E4D. Grayscale: #A3A3A3. Windows color (decimal): -1867342 or 11698659. OLE color: 11698659.

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

Color convert

RGB227129178-
CMYK00.430.220.11
HSL330º63.64%69.8%-
HSV(B)330º43.17%89.02%-
XYZ47.5635.2546.42-
YUV163.89135.97173.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.51%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=42.51%
G=24.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712917800.430.220.1133063.6469.8
HexE381B202B16B14a4046
Octal3432012620532613512100106
Binary111000111000000110110010010101110110101110100101010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381B2; }

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

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

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

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

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

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

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

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