#E053B2

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

Shades of Brilliant Rose #E053B2

Tints of Brilliant Rose #E053B2

Color information

#E053B2 (or 0xE053B2) is unknown color: approx Brilliant Rose. HEX triplet: E0, 53 and B2. RGB value is (224,83,178). Sum of RGB (Red+Green+Blue) = 224+83+178=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E053B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053B2 is #1FAC4D. Grayscale: #878787. Windows color (decimal): -2075726 or 11686880. OLE color: 11686880.

HSL color Cylindrical-coordinate representation of color #E053B2: hue angle of 319.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E053B2 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB22483178-
CMYK00.630.210.12
HSL319.57º69.46%60.2%-
HSV(B)319.57º62.95%87.84%-
XYZ41.8725.2544.79-
YUV135.99151.71190.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 83 (32.81% from 255) = 17.11%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=46.19%
G=17.11%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248317800.630.210.12319.5769.4660.2
HexE053B203F15C140453c
Octal340123262077251450010574
Binary1110000010100111011001001111111010111001010000001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E053B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E053B2; }

 p { color: rgb(224,83,178); }

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

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

 a { background-color: rgb(224,83,178); }

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

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

 span { border-color: rgb(224,83,178); }

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