#E371BA

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

Shades of Persian Pink #E371BA

Tints of Persian Pink #E371BA

Color information

#E371BA (or 0xE371BA) is unknown color: approx Persian Pink. HEX triplet: E3, 71 and BA. RGB value is (227,113,186). Sum of RGB (Red+Green+Blue) = 227+113+186=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E371BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371BA is #1C8E45. Grayscale: #9B9B9B. Windows color (decimal): -1871430 or 12218851. OLE color: 12218851.

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

Color convert

RGB227113186-
CMYK00.500.180.11
HSL321.58º67.06%66.67%-
HSV(B)321.58º50.22%89.02%-
XYZ46.4531.6950.12-
YUV155.41145.27179.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.16%
GREEN value IS 113 (44.53% from 255) = 21.48%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=43.16%
G=21.48%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711318600.500.180.11321.5867.0666.67
HexE371BA03212B1424343
Octal3431612720622213502103103
Binary11100011111000110111010011001010010101110100001010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E371BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E371BA; }

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

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

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

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

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

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

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

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