#E283BF

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

Shades of Persian Pink #E283BF

Tints of Persian Pink #E283BF

Color information

#E283BF (or 0xE283BF) is unknown color: approx Persian Pink. HEX triplet: E2, 83 and BF. RGB value is (226,131,191). Sum of RGB (Red+Green+Blue) = 226+131+191=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E283BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283BF is #1D7C40. Grayscale: #A6A6A6. Windows color (decimal): -1932353 or 12551138. OLE color: 12551138.

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

Color convert

RGB226131191-
CMYK00.420.150.11
HSL322.11º62.09%70%-
HSV(B)322.11º42.04%88.63%-
XYZ48.8836.1653.69-
YUV166.24141.97170.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.24%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 191 (75% from 255) = 34.85%
R=41.24%
G=23.91%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613119100.420.150.11322.1162.0970
HexE283BF02AFB1423e46
Octal342203277052171350276106
Binary1110001010000011101111110101010111110111010000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E283BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E283BF; }

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

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

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

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

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

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

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

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