#E384BC

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

Shades of Persian Pink #E384BC

Tints of Persian Pink #E384BC

Color information

#E384BC (or 0xE384BC) is unknown color: approx Persian Pink. HEX triplet: E3, 84 and BC. RGB value is (227,132,188). Sum of RGB (Red+Green+Blue) = 227+132+188=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E384BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384BC is #1C7B43. Grayscale: #A6A6A6. Windows color (decimal): -1866564 or 12354787. OLE color: 12354787.

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

Color convert

RGB227132188-
CMYK00.420.170.11
HSL324.63º62.91%70.39%-
HSV(B)324.63º41.85%89.02%-
XYZ49.0136.4652.03-
YUV166.79139.97170.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.50%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=41.50%
G=24.13%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713218800.420.170.11324.6362.9170.39
HexE384BC02A11B1453f46
Octal343204274052211350577106
Binary11100011100001001011110001010101000110111010001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384BC; }

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

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

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

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

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

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

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

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