#E83DAE

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

Shades of Persian Rose #E83DAE

Tints of Persian Rose #E83DAE

Color information

#E83DAE (or 0xE83DAE) is unknown color: approx Persian Rose. HEX triplet: E8, 3D and AE. RGB value is (232,61,174). Sum of RGB (Red+Green+Blue) = 232+61+174=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83DAE is #17C251. Grayscale: #7C7C7C. Windows color (decimal): -1557074 or 11419112. OLE color: 11419112.

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

Color convert

RGB23261174-
CMYK00.740.250.09
HSL320.35º78.8%57.45%-
HSV(B)320.35º73.71%90.98%-
XYZ42.5923.5542.35-
YUV125.01155.65204.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.68%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=49.68%
G=13.06%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326117400.740.250.09320.3578.857.45
HexE83DAE04A1991404f39
Octal350752560112311150011771
Binary1110100011110110101110010010101100110011010000001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E83DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E83DAE; }

 p { color: rgb(232,61,174); }

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

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

 a { background-color: rgb(232,61,174); }

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

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

 span { border-color: rgb(232,61,174); }

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