#E384BA

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

Shades of Persian Pink #E384BA

Tints of Persian Pink #E384BA

Color information

#E384BA (or 0xE384BA) is unknown color: approx Persian Pink. HEX triplet: E3, 84 and BA. RGB value is (227,132,186). Sum of RGB (Red+Green+Blue) = 227+132+186=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E384BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384BA is #1C7B45. Grayscale: #A6A6A6. Windows color (decimal): -1866566 or 12223715. OLE color: 12223715.

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

Color convert

RGB227132186-
CMYK00.420.180.11
HSL325.89º62.91%70.39%-
HSV(B)325.89º41.85%89.02%-
XYZ48.7936.3850.9-
YUV166.56138.97171.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=41.65%
G=24.22%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713218600.420.180.11325.8962.9170.39
HexE384BA02A12B1463f46
Octal343204272052221350677106
Binary11100011100001001011101001010101001010111010001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384BA; }

 p { color: rgb(227,132,186); }

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

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

 a { background-color: rgb(227,132,186); }

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

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

 span { border-color: rgb(227,132,186); }

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