#E25CA9

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

Shades of Brilliant Rose #E25CA9

Tints of Brilliant Rose #E25CA9

Color information

#E25CA9 (or 0xE25CA9) is unknown color: approx Brilliant Rose. HEX triplet: E2, 5C and A9. RGB value is (226,92,169). Sum of RGB (Red+Green+Blue) = 226+92+169=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25CA9 is #1DA356. Grayscale: #8C8C8C. Windows color (decimal): -1942359 or 11099362. OLE color: 11099362.

HSL color Cylindrical-coordinate representation of color #E25CA9: hue angle of 325.52º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CA9 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22692169-
CMYK00.590.250.11
HSL325.52º69.79%62.35%-
HSV(B)325.52º59.29%88.63%-
XYZ42.3526.6940.46-
YUV140.84143.89188.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.41%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=46.41%
G=18.89%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269216900.590.250.11325.5269.7962.35
HexE25CA903B19B146463e
Octal342134251073311350610676
Binary1110001010111001010100101110111100110111010001101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25CA9; }

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

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

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

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

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

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

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

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