#EB46AA

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

Shades of Brilliant Rose #EB46AA

Tints of Brilliant Rose #EB46AA

Color information

#EB46AA (or 0xEB46AA) is unknown color: approx Brilliant Rose. HEX triplet: EB, 46 and AA. RGB value is (235,70,170). Sum of RGB (Red+Green+Blue) = 235+70+170=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB46AA is #14B955. Grayscale: #828282. Windows color (decimal): -1358166 or 11159275. OLE color: 11159275.

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

Color convert

RGB23570170-
CMYK00.700.280.08
HSL323.64º80.49%59.8%-
HSV(B)323.64º70.21%92.16%-
XYZ43.7124.9440.54-
YUV130.73150.16202.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 70 (27.73% from 255) = 14.74%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=49.47%
G=14.74%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357017000.700.280.08323.6480.4959.8
HexEB46AA0461C8144503c
Octal3531062520106341050412074
Binary11101011100011010101010010001101110010001010001001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB46AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB46AA; }

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

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

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

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

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

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

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

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