#E65BA0

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

Shades of Brilliant Rose #E65BA0

Tints of Brilliant Rose #E65BA0

Color information

#E65BA0 (or 0xE65BA0) is unknown color: approx Brilliant Rose. HEX triplet: E6, 5B and A0. RGB value is (230,91,160). Sum of RGB (Red+Green+Blue) = 230+91+160=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65BA0 is #19A45F. Grayscale: #8C8C8C. Windows color (decimal): -1680480 or 10509286. OLE color: 10509286.

HSL color Cylindrical-coordinate representation of color #E65BA0: hue angle of 330.22º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BA0 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB23091160-
CMYK00.600.300.10
HSL330.22º73.54%62.94%-
HSV(B)330.22º60.43%90.2%-
XYZ42.7226.8436.19-
YUV140.43139.05191.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.82%
GREEN value IS 91 (35.94% from 255) = 18.92%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=47.82%
G=18.92%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309116000.600.300.10330.2273.5462.94
HexE65BA003C1EA14a4a3f
Octal346133240074361251211277
Binary1110011010110111010000001111001111010101010010101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65BA0; }

 p { color: rgb(230,91,160); }

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

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

 a { background-color: rgb(230,91,160); }

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

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

 span { border-color: rgb(230,91,160); }

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