#E282BC

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

Shades of Persian Pink #E282BC

Tints of Persian Pink #E282BC

Color information

#E282BC (or 0xE282BC) is unknown color: approx Persian Pink. HEX triplet: E2, 82 and BC. RGB value is (226,130,188). Sum of RGB (Red+Green+Blue) = 226+130+188=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E282BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282BC is #1D7D43. Grayscale: #A5A5A5. Windows color (decimal): -1932612 or 12354274. OLE color: 12354274.

HSL color Cylindrical-coordinate representation of color #E282BC: hue angle of 323.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E282BC is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226130188-
CMYK00.420.170.11
HSL323.75º62.34%69.8%-
HSV(B)323.75º42.48%88.63%-
XYZ48.4235.7651.93-
YUV165.32140.8171.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=41.54%
G=23.90%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613018800.420.170.11323.7562.3469.8
HexE282BC02A11B1443e46
Octal342202274052211350476106
Binary11100010100000101011110001010101000110111010001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E282BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E282BC; }

 p { color: rgb(226,130,188); }

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

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

 a { background-color: rgb(226,130,188); }

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

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

 span { border-color: rgb(226,130,188); }

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