#E83FB2

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

Shades of Persian Rose #E83FB2

Tints of Persian Rose #E83FB2

Color information

#E83FB2 (or 0xE83FB2) is unknown color: approx Persian Rose. HEX triplet: E8, 3F and B2. RGB value is (232,63,178). Sum of RGB (Red+Green+Blue) = 232+63+178=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E83FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83FB2 is #17C04D. Grayscale: #7E7E7E. Windows color (decimal): -1556558 or 11681768. OLE color: 11681768.

HSL color Cylindrical-coordinate representation of color #E83FB2: hue angle of 319.17º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E83FB2 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23263178-
CMYK00.730.230.09
HSL319.17º78.6%57.84%-
HSV(B)319.17º72.84%90.98%-
XYZ43.0923.9344.47-
YUV126.64156.99203.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 63 (25% from 255) = 13.32%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=49.05%
G=13.32%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326317800.730.230.09319.1778.657.84
HexE83FB204917913f4f3a
Octal350772620111271147711772
Binary1110100011111110110010010010011011110011001111111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E83FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E83FB2; }

 p { color: rgb(232,63,178); }

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

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

 a { background-color: rgb(232,63,178); }

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

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

 span { border-color: rgb(232,63,178); }

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