#E64EAB

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

Shades of Brilliant Rose #E64EAB

Tints of Brilliant Rose #E64EAB

Color information

#E64EAB (or 0xE64EAB) is unknown color: approx Brilliant Rose. HEX triplet: E6, 4E and AB. RGB value is (230,78,171). Sum of RGB (Red+Green+Blue) = 230+78+171=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EAB is #19B154. Grayscale: #858585. Windows color (decimal): -1683797 or 11226854. OLE color: 11226854.

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

Color convert

RGB23078171-
CMYK00.660.260.10
HSL323.29º75.25%60.39%-
HSV(B)323.29º66.09%90.2%-
XYZ42.7125.2141.14-
YUV134.05148.86196.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.02%
GREEN value IS 78 (30.86% from 255) = 16.28%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=48.02%
G=16.28%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307817100.660.260.10323.2975.2560.39
HexE64EAB0421AA1434b3c
Octal3461162530102321250311374
Binary11100110100111010101011010000101101010101010000111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64EAB; }

 p { color: rgb(230,78,171); }

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

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

 a { background-color: rgb(230,78,171); }

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

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

 span { border-color: rgb(230,78,171); }

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