#E64EAA

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

Shades of Brilliant Rose #E64EAA

Tints of Brilliant Rose #E64EAA

Color information

#E64EAA (or 0xE64EAA) is unknown color: approx Brilliant Rose. HEX triplet: E6, 4E and AA. RGB value is (230,78,170). Sum of RGB (Red+Green+Blue) = 230+78+170=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EAA is #19B155. Grayscale: #858585. Windows color (decimal): -1683798 or 11161318. OLE color: 11161318.

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

Color convert

RGB23078170-
CMYK00.660.260.10
HSL323.68º75.25%60.39%-
HSV(B)323.68º66.09%90.2%-
XYZ42.6125.1740.64-
YUV133.94148.36196.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.12%
GREEN value IS 78 (30.86% from 255) = 16.32%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=48.12%
G=16.32%
B=35.56%

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
Decimal2307817000.660.260.10323.6875.2560.39
HexE64EAA0421AA1444b3c
Octal3461162520102321250411374
Binary11100110100111010101010010000101101010101010001001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64EAA; }

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

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

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

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

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

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

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

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