#E383BC

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

Shades of Persian Pink #E383BC

Tints of Persian Pink #E383BC

Color information

#E383BC (or 0xE383BC) is unknown color: approx Persian Pink. HEX triplet: E3, 83 and BC. RGB value is (227,131,188). Sum of RGB (Red+Green+Blue) = 227+131+188=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E383BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383BC is #1C7C43. Grayscale: #A6A6A6. Windows color (decimal): -1866820 or 12354531. OLE color: 12354531.

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

Color convert

RGB227131188-
CMYK00.420.170.11
HSL324.38º63.16%70.2%-
HSV(B)324.38º42.29%89.02%-
XYZ48.8736.1951.99-
YUV166.2140.3171.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.58%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=41.58%
G=23.99%
B=34.43%

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
Decimal22713118800.420.170.11324.3863.1670.2
HexE383BC02A11B1443f46
Octal343203274052211350477106
Binary11100011100000111011110001010101000110111010001001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383BC; }

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

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

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

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

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

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

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

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