#EB46AC

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

Shades of Brilliant Rose #EB46AC

Tints of Brilliant Rose #EB46AC

Color information

#EB46AC (or 0xEB46AC) is unknown color: approx Brilliant Rose. HEX triplet: EB, 46 and AC. RGB value is (235,70,172). Sum of RGB (Red+Green+Blue) = 235+70+172=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB46AC is #14B953. Grayscale: #828282. Windows color (decimal): -1358164 or 11290347. OLE color: 11290347.

HSL color Cylindrical-coordinate representation of color #EB46AC: hue angle of 322.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB46AC is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB23570172-
CMYK00.700.270.08
HSL322.91º80.49%59.8%-
HSV(B)322.91º70.21%92.16%-
XYZ43.925.0241.55-
YUV130.96151.16202.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 70 (27.73% from 255) = 14.68%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=49.27%
G=14.68%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357017200.700.270.08322.9180.4959.8
HexEB46AC0461B8143503c
Octal3531062540106331050312074
Binary11101011100011010101100010001101101110001010000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB46AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB46AC; }

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

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

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

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

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

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

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

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