#E64AB7

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

Shades of Brilliant Rose #E64AB7

Tints of Brilliant Rose #E64AB7

Color information

#E64AB7 (or 0xE64AB7) is unknown color: approx Brilliant Rose. HEX triplet: E6, 4A and B7. RGB value is (230,74,183). Sum of RGB (Red+Green+Blue) = 230+74+183=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64AB7 is #19B548. Grayscale: #848484. Windows color (decimal): -1684809 or 12012262. OLE color: 12012262.

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

Color convert

RGB23074183-
CMYK00.680.200.10
HSL318.08º75.73%59.61%-
HSV(B)318.08º67.83%90.2%-
XYZ43.6325.1447.35-
YUV133.07156.18197.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.23%
GREEN value IS 74 (29.30% from 255) = 15.20%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=47.23%
G=15.20%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307418300.680.200.10318.0875.7359.61
HexE64AB704414A13e4c3c
Octal3461122670104241247611474
Binary11100110100101010110111010001001010010101001111101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64AB7; }

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

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

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

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

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

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

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

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