#E383BA

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

Shades of Persian Pink #E383BA

Tints of Persian Pink #E383BA

Color information

#E383BA (or 0xE383BA) is unknown color: approx Persian Pink. HEX triplet: E3, 83 and BA. RGB value is (227,131,186). Sum of RGB (Red+Green+Blue) = 227+131+186=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E383BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383BA is #1C7C45. Grayscale: #A5A5A5. Windows color (decimal): -1866822 or 12223459. OLE color: 12223459.

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

Color convert

RGB227131186-
CMYK00.420.180.11
HSL325.62º63.16%70.2%-
HSV(B)325.62º42.29%89.02%-
XYZ48.6636.1150.86-
YUV165.97139.3171.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=41.73%
G=24.08%
B=34.19%

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
Decimal22713118600.420.180.11325.6263.1670.2
HexE383BA02A12B1463f46
Octal343203272052221350677106
Binary11100011100000111011101001010101001010111010001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383BA; }

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

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

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

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

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

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

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

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