#E04BA6

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

Shades of Brilliant Rose #E04BA6

Tints of Brilliant Rose #E04BA6

Color information

#E04BA6 (or 0xE04BA6) is unknown color: approx Brilliant Rose. HEX triplet: E0, 4B and A6. RGB value is (224,75,166). Sum of RGB (Red+Green+Blue) = 224+75+166=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BA6 is #1FB459. Grayscale: #818181. Windows color (decimal): -2077786 or 10898400. OLE color: 10898400.

HSL color Cylindrical-coordinate representation of color #E04BA6: hue angle of 323.36º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04BA6 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB22475166-
CMYK00.670.260.12
HSL323.36º70.62%58.63%-
HSV(B)323.36º66.52%87.84%-
XYZ40.1423.6338.52-
YUV129.93148.36195.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=48.17%
G=16.13%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247516600.670.260.12323.3670.6258.63
HexE04BA60431AC143473b
Octal3401132460103321450310773
Binary11100000100101110100110010000111101011001010000111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04BA6; }

 p { color: rgb(224,75,166); }

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

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

 a { background-color: rgb(224,75,166); }

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

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

 span { border-color: rgb(224,75,166); }

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