#E25DA3

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

Shades of Brilliant Rose #E25DA3

Tints of Brilliant Rose #E25DA3

Color information

#E25DA3 (or 0xE25DA3) is unknown color: approx Brilliant Rose. HEX triplet: E2, 5D and A3. RGB value is (226,93,163). Sum of RGB (Red+Green+Blue) = 226+93+163=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25DA3 is #1DA25C. Grayscale: #8C8C8C. Windows color (decimal): -1942109 or 10706402. OLE color: 10706402.

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

Color convert

RGB22693163-
CMYK00.590.280.11
HSL328.42º69.63%62.55%-
HSV(B)328.42º58.85%88.63%-
XYZ41.8926.6437.58-
YUV140.75140.56188.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=46.89%
G=19.29%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269316300.590.280.11328.4269.6362.55
HexE25DA303B1CB148463f
Octal342135243073341351010677
Binary1110001010111011010001101110111110010111010010001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25DA3; }

 p { color: rgb(226,93,163); }

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

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

 a { background-color: rgb(226,93,163); }

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

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

 span { border-color: rgb(226,93,163); }

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