#e271ba

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

Shades of Persian Pink #E271BA

Tints of Persian Pink #E271BA

Color information

#E271BA (or 0xE271BA) is unknown color: approx Persian Pink. HEX triplet: E2, 71 and BA. RGB value is (226,113,186). Sum of RGB (Red+Green+Blue) = 226+113+186=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E271BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271BA is #1D8E45. Grayscale: #9A9A9A. Windows color (decimal): -1936966 or 12218850. OLE color: 12218850.

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

Color convert

RGB226113186-
CMYK00.50.180.11
HSL321.24º66.08%66.47%-
HSV(B)321.24º50%88.63%-
XYZ46.1331.5250.11-
YUV155.11145.44178.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=43.05%
G=21.52%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611318600.50.180.11321.2466.0866.47
HexE271BA03212B1414242
Octal3421612720622213501102102
Binary11100010111000110111010011001010010101110100000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e271ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e271ba; }

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

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

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

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

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

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

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

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