#E383BE

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

Shades of Persian Pink #E383BE

Tints of Persian Pink #E383BE

Color information

#E383BE (or 0xE383BE) is unknown color: approx Persian Pink. HEX triplet: E3, 83 and BE. RGB value is (227,131,190). Sum of RGB (Red+Green+Blue) = 227+131+190=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E383BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383BE is #1C7C41. Grayscale: #A6A6A6. Windows color (decimal): -1866818 or 12485603. OLE color: 12485603.

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

Color convert

RGB227131190-
CMYK00.420.160.11
HSL323.12º63.16%70.2%-
HSV(B)323.12º42.29%89.02%-
XYZ49.0936.2853.13-
YUV166.43141.3171.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=41.42%
G=23.91%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713119000.420.160.11323.1263.1670.2
HexE383BE02A10B1433f46
Octal343203276052201350377106
Binary11100011100000111011111001010101000010111010000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383BE; }

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

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

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

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

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

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

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

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