#E383C0

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

Shades of Persian Pink #E383C0

Tints of Persian Pink #E383C0

Color information

#E383C0 (or 0xE383C0) is unknown color: approx Persian Pink. HEX triplet: E3, 83 and C0. RGB value is (227,131,192). Sum of RGB (Red+Green+Blue) = 227+131+192=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E383C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383C0 is #1C7C3F. Grayscale: #A6A6A6. Windows color (decimal): -1866816 or 12616675. OLE color: 12616675.

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

Color convert

RGB227131192-
CMYK00.420.150.11
HSL321.88º63.16%70.2%-
HSV(B)321.88º42.29%89.02%-
XYZ49.3136.3754.29-
YUV166.66142.3171.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=41.27%
G=23.82%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713119200.420.150.11321.8863.1670.2
HexE383C002AFB1423f46
Octal343203300052171350277106
Binary1110001110000011110000000101010111110111010000101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383C0; }

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

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

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

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

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

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

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

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