#EB54AE

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

Shades of Brilliant Rose #EB54AE

Tints of Brilliant Rose #EB54AE

Color information

#EB54AE (or 0xEB54AE) is unknown color: approx Brilliant Rose. HEX triplet: EB, 54 and AE. RGB value is (235,84,174). Sum of RGB (Red+Green+Blue) = 235+84+174=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54AE is #14AB51. Grayscale: #8B8B8B. Windows color (decimal): -1354578 or 11425003. OLE color: 11425003.

HSL color Cylindrical-coordinate representation of color #EB54AE: hue angle of 324.24º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB54AE is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23584174-
CMYK00.640.260.08
HSL324.24º79.06%62.55%-
HSV(B)324.24º64.26%92.16%-
XYZ45.0727.0642.89-
YUV139.41147.53196.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=47.67%
G=17.04%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358417400.640.260.08324.2479.0662.55
HexEB54AE0401A81444f3f
Octal3531242560100321050411777
Binary11101011101010010101110010000001101010001010001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54AE; }

 p { color: rgb(235,84,174); }

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

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

 a { background-color: rgb(235,84,174); }

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

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

 span { border-color: rgb(235,84,174); }

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