#E83CAE

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

Shades of Persian Rose #E83CAE

Tints of Persian Rose #E83CAE

Color information

#E83CAE (or 0xE83CAE) is unknown color: approx Persian Rose. HEX triplet: E8, 3C and AE. RGB value is (232,60,174). Sum of RGB (Red+Green+Blue) = 232+60+174=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E83CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83CAE is #17C351. Grayscale: #7C7C7C. Windows color (decimal): -1557330 or 11418856. OLE color: 11418856.

HSL color Cylindrical-coordinate representation of color #E83CAE: hue angle of 320.23º 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 #E83CAE is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB23260174-
CMYK00.740.250.09
HSL320.23º78.9%57.25%-
HSV(B)320.23º74.14%90.98%-
XYZ42.5323.4442.33-
YUV124.42155.98204.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.79%
GREEN value IS 60 (23.83% from 255) = 12.88%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=49.79%
G=12.88%
B=37.34%

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
Decimal2326017400.740.250.09320.2378.957.25
HexE83CAE04A1991404f39
Octal350742560112311150011771
Binary1110100011110010101110010010101100110011010000001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E83CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E83CAE; }

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

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

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

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

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

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

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

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