#EB46AB

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

Shades of Brilliant Rose #EB46AB

Tints of Brilliant Rose #EB46AB

Color information

#EB46AB (or 0xEB46AB) is unknown color: approx Brilliant Rose. HEX triplet: EB, 46 and AB. RGB value is (235,70,171). Sum of RGB (Red+Green+Blue) = 235+70+171=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB46AB is #14B954. Grayscale: #828282. Windows color (decimal): -1358165 or 11224811. OLE color: 11224811.

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

Color convert

RGB23570171-
CMYK00.700.270.08
HSL323.27º80.49%59.8%-
HSV(B)323.27º70.21%92.16%-
XYZ43.824.9841.04-
YUV130.85150.66202.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 70 (27.73% from 255) = 14.71%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=49.37%
G=14.71%
B=35.92%

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
Decimal2357017100.700.270.08323.2780.4959.8
HexEB46AB0461B8143503c
Octal3531062530106331050312074
Binary11101011100011010101011010001101101110001010000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB46AB; }

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

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

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

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

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

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

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

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