#E280BA

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

Shades of Persian Pink #E280BA

Tints of Persian Pink #E280BA

Color information

#E280BA (or 0xE280BA) is unknown color: approx Persian Pink. HEX triplet: E2, 80 and BA. RGB value is (226,128,186). Sum of RGB (Red+Green+Blue) = 226+128+186=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E280BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280BA is #1D7F45. Grayscale: #A3A3A3. Windows color (decimal): -1933126 or 12222690. OLE color: 12222690.

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

Color convert

RGB226128186-
CMYK00.430.180.11
HSL324.49º62.82%69.41%-
HSV(B)324.49º43.36%88.63%-
XYZ47.9535.1550.71-
YUV163.91140.47172.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.85%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=41.85%
G=23.70%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612818600.430.180.11324.4962.8269.41
HexE280BA02B12B1443f45
Octal342200272053221350477105
Binary11100010100000001011101001010111001010111010001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280BA; }

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

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

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

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

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

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

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

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