#e280b2

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

Shades of Persian Pink #E280B2

Tints of Persian Pink #E280B2

Color information

#E280B2 (or 0xE280B2) is unknown color: approx Persian Pink. HEX triplet: E2, 80 and B2. RGB value is (226,128,178). Sum of RGB (Red+Green+Blue) = 226+128+178=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E280B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E280B2 is #1D7F4D. Grayscale: #A2A2A2. Windows color (decimal): -1933134 or 11698402. OLE color: 11698402.

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

Color convert

RGB226128178-
CMYK00.430.210.11
HSL329.39º62.82%69.41%-
HSV(B)329.39º43.36%88.63%-
XYZ47.1234.8246.36-
YUV163136.47172.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=42.48%
G=24.06%
B=33.46%

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
Decimal22612817800.430.210.11329.3962.8269.41
HexE280B202B15B1493f45
Octal342200262053251351177105
Binary11100010100000001011001001010111010110111010010011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e280b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e280b2; }

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

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

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

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

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

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

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

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