#e64aae

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

Shades of Brilliant Rose #E64AAE

Tints of Brilliant Rose #E64AAE

Color information

#E64AAE (or 0xE64AAE) is unknown color: approx Brilliant Rose. HEX triplet: E6, 4A and AE. RGB value is (230,74,174). Sum of RGB (Red+Green+Blue) = 230+74+174=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64AAE is #19B551. Grayscale: #838383. Windows color (decimal): -1684818 or 11422438. OLE color: 11422438.

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

Color convert

RGB23074174-
CMYK00.680.240.10
HSL321.54º75.73%59.61%-
HSV(B)321.54º67.83%90.2%-
XYZ42.7224.7842.58-
YUV132.04151.68197.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.12%
GREEN value IS 74 (29.30% from 255) = 15.48%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=48.12%
G=15.48%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307417400.680.240.10321.5475.7359.61
HexE64AAE04418A1424c3c
Octal3461122560104301250211474
Binary11100110100101010101110010001001100010101010000101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e64aae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e64aae; }

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

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

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

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

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

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

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

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