#E271B6

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

Shades of Persian Pink #E271B6

Tints of Persian Pink #E271B6

Color information

#E271B6 (or 0xE271B6) is unknown color: approx Persian Pink. HEX triplet: E2, 71 and B6. RGB value is (226,113,182). Sum of RGB (Red+Green+Blue) = 226+113+182=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271B6 is #1D8E49. Grayscale: #9A9A9A. Windows color (decimal): -1936970 or 11956706. OLE color: 11956706.

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

Color convert

RGB226113182-
CMYK00.50.190.11
HSL323.36º66.08%66.47%-
HSV(B)323.36º50%88.63%-
XYZ45.7131.3647.9-
YUV154.65143.44178.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=43.38%
G=21.69%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611318200.50.190.11323.3666.0866.47
HexE271B603213B1434242
Octal3421612660622313503102102
Binary11100010111000110110110011001010011101110100001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271B6; }

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

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

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

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

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

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

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

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