#E640AE

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

Shades of Persian Rose #E640AE

Tints of Persian Rose #E640AE

Color information

#E640AE (or 0xE640AE) is unknown color: approx Persian Rose. HEX triplet: E6, 40 and AE. RGB value is (230,64,174). Sum of RGB (Red+Green+Blue) = 230+64+174=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E640AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E640AE is #19BF51. Grayscale: #7D7D7D. Windows color (decimal): -1687378 or 11419878. OLE color: 11419878.

HSL color Cylindrical-coordinate representation of color #E640AE: hue angle of 320.24º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E640AE is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB23064174-
CMYK00.720.240.10
HSL320.24º76.85%57.65%-
HSV(B)320.24º72.17%90.2%-
XYZ42.1123.5542.37-
YUV126.17155202.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.15%
GREEN value IS 64 (25.39% from 255) = 13.68%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=49.15%
G=13.68%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306417400.720.240.10320.2476.8557.65
HexE640AE04818A1404d3a
Octal3461002560110301250011572
Binary11100110100000010101110010010001100010101010000001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E640AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E640AE; }

 p { color: rgb(230,64,174); }

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

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

 a { background-color: rgb(230,64,174); }

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

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

 span { border-color: rgb(230,64,174); }

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