#EB54AD

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

Shades of Brilliant Rose #EB54AD

Tints of Brilliant Rose #EB54AD

Color information

#EB54AD (or 0xEB54AD) is unknown color: approx Brilliant Rose. HEX triplet: EB, 54 and AD. RGB value is (235,84,173). Sum of RGB (Red+Green+Blue) = 235+84+173=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54AD is #14AB52. Grayscale: #8B8B8B. Windows color (decimal): -1354579 or 11359467. OLE color: 11359467.

HSL color Cylindrical-coordinate representation of color #EB54AD: hue angle of 324.64º 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 #EB54AD is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23584173-
CMYK00.640.260.08
HSL324.64º79.06%62.55%-
HSV(B)324.64º64.26%92.16%-
XYZ44.9727.0242.38-
YUV139.3147.03196.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 84 (33.20% from 255) = 17.07%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=47.76%
G=17.07%
B=35.16%

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
Decimal2358417300.640.260.08324.6479.0662.55
HexEB54AD0401A81454f3f
Octal3531242550100321050511777
Binary11101011101010010101101010000001101010001010001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54AD; }

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

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

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

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

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

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

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

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