#E384B4

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

Shades of Persian Pink #E384B4

Tints of Persian Pink #E384B4

Color information

#E384B4 (or 0xE384B4) is unknown color: approx Persian Pink. HEX triplet: E3, 84 and B4. RGB value is (227,132,180). Sum of RGB (Red+Green+Blue) = 227+132+180=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E384B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384B4 is #1C7B4B. Grayscale: #A5A5A5. Windows color (decimal): -1866572 or 11830499. OLE color: 11830499.

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

Color convert

RGB227132180-
CMYK00.420.210.11
HSL329.68º62.91%70.39%-
HSV(B)329.68º41.85%89.02%-
XYZ48.1736.1347.61-
YUV165.88135.97171.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=42.12%
G=24.49%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713218000.420.210.11329.6862.9170.39
HexE384B402A15B14a3f46
Octal343204264052251351277106
Binary11100011100001001011010001010101010110111010010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384B4; }

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

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

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

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

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

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

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

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