#e65ca9

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

Shades of Brilliant Rose #E65CA9

Tints of Brilliant Rose #E65CA9

Color information

#E65CA9 (or 0xE65CA9) is unknown color: approx Brilliant Rose. HEX triplet: E6, 5C and A9. RGB value is (230,92,169). Sum of RGB (Red+Green+Blue) = 230+92+169=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65CA9 is #19A356. Grayscale: #8D8D8D. Windows color (decimal): -1680215 or 11099366. OLE color: 11099366.

HSL color Cylindrical-coordinate representation of color #E65CA9: hue angle of 326.52º degrees, saturation: 0.73, 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 #E65CA9 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB23092169-
CMYK00.600.270.10
HSL326.52º73.4%63.14%-
HSV(B)326.52º60%90.2%-
XYZ43.6227.3440.51-
YUV142.04143.22190.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.84%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=46.84%
G=18.74%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309216900.600.270.10326.5273.463.14
HexE65CA903C1BA147493f
Octal346134251074331250711177
Binary1110011010111001010100101111001101110101010001111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e65ca9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e65ca9; }

 p { color: rgb(230,92,169); }

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

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

 a { background-color: rgb(230,92,169); }

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

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

 span { border-color: rgb(230,92,169); }

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