#E055B3

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

Shades of Brilliant Rose #E055B3

Tints of Brilliant Rose #E055B3

Color information

#E055B3 (or 0xE055B3) is unknown color: approx Brilliant Rose. HEX triplet: E0, 55 and B3. RGB value is (224,85,179). Sum of RGB (Red+Green+Blue) = 224+85+179=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E055B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055B3 is #1FAA4C. Grayscale: #898989. Windows color (decimal): -2075213 or 11752928. OLE color: 11752928.

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

Color convert

RGB22485179-
CMYK00.620.200.12
HSL319.42º69.15%60.59%-
HSV(B)319.42º62.05%87.84%-
XYZ42.1325.645.37-
YUV137.28151.55189.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 85 (33.59% from 255) = 17.42%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=45.90%
G=17.42%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248517900.620.200.12319.4269.1560.59
HexE055B303E14C13f453d
Octal340125263076241447710575
Binary1110000010101011011001101111101010011001001111111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055B3; }

 p { color: rgb(224,85,179); }

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

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

 a { background-color: rgb(224,85,179); }

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

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

 span { border-color: rgb(224,85,179); }

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