#e64aba

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

Shades of Razzle Dazzle Rose #E64ABA

Tints of Razzle Dazzle Rose #E64ABA

Color information

#E64ABA (or 0xE64ABA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 4A and BA. RGB value is (230,74,186). Sum of RGB (Red+Green+Blue) = 230+74+186=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ABA is #19B545. Grayscale: #858585. Windows color (decimal): -1684806 or 12208870. OLE color: 12208870.

HSL color Cylindrical-coordinate representation of color #E64ABA: hue angle of 316.92º 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 #E64ABA is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB23074186-
CMYK00.680.190.10
HSL316.92º75.73%59.61%-
HSV(B)316.92º67.83%90.2%-
XYZ43.9425.2749.01-
YUV133.41157.68196.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.94%
GREEN value IS 74 (29.30% from 255) = 15.10%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=46.94%
G=15.10%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307418600.680.190.10316.9275.7359.61
HexE64ABA04413A13d4c3c
Octal3461122720104231247511474
Binary11100110100101010111010010001001001110101001111011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e64aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e64aba; }

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

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

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

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

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

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

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

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