#E650AA

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

Shades of Brilliant Rose #E650AA

Tints of Brilliant Rose #E650AA

Color information

#E650AA (or 0xE650AA) is unknown color: approx Brilliant Rose. HEX triplet: E6, 50 and AA. RGB value is (230,80,170). Sum of RGB (Red+Green+Blue) = 230+80+170=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E650AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650AA is #19AF55. Grayscale: #868686. Windows color (decimal): -1683286 or 11161830. OLE color: 11161830.

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

Color convert

RGB23080170-
CMYK00.650.260.10
HSL324º75%60.78%-
HSV(B)324º65.22%90.2%-
XYZ42.7625.4640.69-
YUV135.11147.7195.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.92%
GREEN value IS 80 (31.64% from 255) = 16.67%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=47.92%
G=16.67%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308017000.650.260.103247560.78
HexE650AA0411AA1444b3d
Octal3461202520101321250411375
Binary11100110101000010101010010000011101010101010001001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E650AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E650AA; }

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

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

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

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

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

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

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

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