#E283B4

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

Shades of Persian Pink #E283B4

Tints of Persian Pink #E283B4

Color information

#E283B4 (or 0xE283B4) is unknown color: approx Persian Pink. HEX triplet: E2, 83 and B4. RGB value is (226,131,180). Sum of RGB (Red+Green+Blue) = 226+131+180=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E283B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283B4 is #1D7C4B. Grayscale: #A4A4A4. Windows color (decimal): -1932364 or 11830242. OLE color: 11830242.

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

Color convert

RGB226131180-
CMYK00.420.200.11
HSL329.05º62.09%70%-
HSV(B)329.05º42.04%88.63%-
XYZ47.7235.747.56-
YUV164.99136.47171.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=42.09%
G=24.39%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613118000.420.200.11329.0562.0970
HexE283B402A14B1493e46
Octal342203264052241351176106
Binary11100010100000111011010001010101010010111010010011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E283B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E283B4; }

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

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

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

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

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

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

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

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