#E271B4

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

Shades of Persian Pink #E271B4

Tints of Persian Pink #E271B4

Color information

#E271B4 (or 0xE271B4) is unknown color: approx Persian Pink. HEX triplet: E2, 71 and B4. RGB value is (226,113,180). Sum of RGB (Red+Green+Blue) = 226+113+180=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271B4 is #1D8E4B. Grayscale: #9A9A9A. Windows color (decimal): -1936972 or 11825634. OLE color: 11825634.

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

Color convert

RGB226113180-
CMYK00.50.200.11
HSL324.42º66.08%66.47%-
HSV(B)324.42º50%88.63%-
XYZ45.5131.2746.82-
YUV154.43142.44179.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=43.55%
G=21.77%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611318000.50.200.11324.4266.0866.47
HexE271B403214B1444242
Octal3421612640622413504102102
Binary11100010111000110110100011001010100101110100010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271B4; }

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

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

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

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

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

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

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

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