#E383BB

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

Shades of Persian Pink #E383BB

Tints of Persian Pink #E383BB

Color information

#E383BB (or 0xE383BB) is unknown color: approx Persian Pink. HEX triplet: E3, 83 and BB. RGB value is (227,131,187). Sum of RGB (Red+Green+Blue) = 227+131+187=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E383BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383BB is #1C7C44. Grayscale: #A5A5A5. Windows color (decimal): -1866821 or 12288995. OLE color: 12288995.

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

Color convert

RGB227131187-
CMYK00.420.180.11
HSL325º63.16%70.2%-
HSV(B)325º42.29%89.02%-
XYZ48.7636.1551.42-
YUV166.09139.8171.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 131 (51.56% from 255) = 24.04%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=41.65%
G=24.04%
B=34.31%

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
Decimal22713118700.420.180.1132563.1670.2
HexE383BB02A12B1453f46
Octal343203273052221350577106
Binary11100011100000111011101101010101001010111010001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383BB; }

 p { color: rgb(227,131,187); }

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

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

 a { background-color: rgb(227,131,187); }

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

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

 span { border-color: rgb(227,131,187); }

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