#E2539D

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

Shades of Brilliant Rose #E2539D

Tints of Brilliant Rose #E2539D

Color information

#E2539D (or 0xE2539D) is unknown color: approx Brilliant Rose. HEX triplet: E2, 53 and 9D. RGB value is (226,83,157). Sum of RGB (Red+Green+Blue) = 226+83+157=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2539D is #1DAC62. Grayscale: #868686. Windows color (decimal): -1944675 or 10310626. OLE color: 10310626.

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

Color convert

RGB22683157-
CMYK00.630.310.11
HSL328.95º71.14%60.59%-
HSV(B)328.95º63.27%88.63%-
XYZ40.5424.7934.55-
YUV134.19140.88193.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.50%
GREEN value IS 83 (32.81% from 255) = 17.81%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=48.50%
G=17.81%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268315700.630.310.11328.9571.1460.59
HexE2539D03F1FB149473d
Octal342123235077371351110775
Binary1110001010100111001110101111111111110111010010011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2539D; }

 p { color: rgb(226,83,157); }

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

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

 a { background-color: rgb(226,83,157); }

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

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

 span { border-color: rgb(226,83,157); }

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