#E053B0

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

Shades of Brilliant Rose #E053B0

Tints of Brilliant Rose #E053B0

Color information

#E053B0 (or 0xE053B0) is unknown color: approx Brilliant Rose. HEX triplet: E0, 53 and B0. RGB value is (224,83,176). Sum of RGB (Red+Green+Blue) = 224+83+176=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E053B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053B0 is #1FAC4F. Grayscale: #878787. Windows color (decimal): -2075728 or 11555808. OLE color: 11555808.

HSL color Cylindrical-coordinate representation of color #E053B0: hue angle of 320.43º 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 #E053B0 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB22483176-
CMYK00.630.210.12
HSL320.43º69.46%60.2%-
HSV(B)320.43º62.95%87.84%-
XYZ41.6725.1743.74-
YUV135.76150.71190.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 83 (32.81% from 255) = 17.18%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=46.38%
G=17.18%
B=36.44%

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
Decimal2248317600.630.210.12320.4369.4660.2
HexE053B003F15C140453c
Octal340123260077251450010574
Binary1110000010100111011000001111111010111001010000001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E053B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E053B0; }

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

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

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

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

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

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

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

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