#EB54AC

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

Shades of Brilliant Rose #EB54AC

Tints of Brilliant Rose #EB54AC

Color information

#EB54AC (or 0xEB54AC) is unknown color: approx Brilliant Rose. HEX triplet: EB, 54 and AC. RGB value is (235,84,172). Sum of RGB (Red+Green+Blue) = 235+84+172=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54AC is #14AB53. Grayscale: #8A8A8A. Windows color (decimal): -1354580 or 11293931. OLE color: 11293931.

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

Color convert

RGB23584172-
CMYK00.640.270.08
HSL325.03º79.06%62.55%-
HSV(B)325.03º64.26%92.16%-
XYZ44.8826.9841.87-
YUV139.18146.53196.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 84 (33.20% from 255) = 17.11%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=47.86%
G=17.11%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358417200.640.270.08325.0379.0662.55
HexEB54AC0401B81454f3f
Octal3531242540100331050511777
Binary11101011101010010101100010000001101110001010001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54AC; }

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

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

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

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

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

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

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

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