#E280B3

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

Shades of Persian Pink #E280B3

Tints of Persian Pink #E280B3

Color information

#E280B3 (or 0xE280B3) is unknown color: approx Persian Pink. HEX triplet: E2, 80 and B3. RGB value is (226,128,179). Sum of RGB (Red+Green+Blue) = 226+128+179=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E280B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280B3 is #1D7F4C. Grayscale: #A3A3A3. Windows color (decimal): -1933133 or 11763938. OLE color: 11763938.

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

Color convert

RGB226128179-
CMYK00.430.210.11
HSL328.78º62.82%69.41%-
HSV(B)328.78º43.36%88.63%-
XYZ47.2234.8646.89-
YUV163.12136.97172.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 128 (50.39% from 255) = 24.02%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=42.40%
G=24.02%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612817900.430.210.11328.7862.8269.41
HexE280B302B15B1493f45
Octal342200263053251351177105
Binary11100010100000001011001101010111010110111010010011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280B3; }

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

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

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

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

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

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

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

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