#E381B8

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

Shades of Persian Pink #E381B8

Tints of Persian Pink #E381B8

Color information

#E381B8 (or 0xE381B8) is unknown color: approx Persian Pink. HEX triplet: E3, 81 and B8. RGB value is (227,129,184). Sum of RGB (Red+Green+Blue) = 227+129+184=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E381B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381B8 is #1C7E47. Grayscale: #A4A4A4. Windows color (decimal): -1867336 or 12091875. OLE color: 12091875.

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

Color convert

RGB227129184-
CMYK00.430.190.11
HSL326.33º63.64%69.8%-
HSV(B)326.33º43.17%89.02%-
XYZ48.1835.4949.66-
YUV164.57138.97172.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 184 (72.27% from 255) = 34.07%
R=42.04%
G=23.89%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712918400.430.190.11326.3363.6469.8
HexE381B802B13B1464046
Octal3432012700532313506100106
Binary111000111000000110111000010101110011101110100011010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381B8; }

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

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

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

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

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

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

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

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