#E373BA

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

Shades of Persian Pink #E373BA

Tints of Persian Pink #E373BA

Color information

#E373BA (or 0xE373BA) is unknown color: approx Persian Pink. HEX triplet: E3, 73 and BA. RGB value is (227,115,186). Sum of RGB (Red+Green+Blue) = 227+115+186=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E373BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373BA is #1C8C45. Grayscale: #9C9C9C. Windows color (decimal): -1870918 or 12219363. OLE color: 12219363.

HSL color Cylindrical-coordinate representation of color #E373BA: hue angle of 321.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373BA is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227115186-
CMYK00.490.180.11
HSL321.96º66.67%67.06%-
HSV(B)321.96º49.34%89.02%-
XYZ46.6732.1450.2-
YUV156.58144.61178.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.99%
GREEN value IS 115 (45.31% from 255) = 21.78%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=42.99%
G=21.78%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711518600.490.180.11321.9666.6767.06
HexE373BA03112B1424343
Octal3431632720612213502103103
Binary11100011111001110111010011000110010101110100001010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E373BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E373BA; }

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

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

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

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

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

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

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

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