#EB47A3

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

Shades of Brilliant Rose #EB47A3

Tints of Brilliant Rose #EB47A3

Color information

#EB47A3 (or 0xEB47A3) is unknown color: approx Brilliant Rose. HEX triplet: EB, 47 and A3. RGB value is (235,71,163). Sum of RGB (Red+Green+Blue) = 235+71+163=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB47A3 is #14B85C. Grayscale: #828282. Windows color (decimal): -1357917 or 10700779. OLE color: 10700779.

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

Color convert

RGB23571163-
CMYK00.700.310.08
HSL326.34º80.39%60%-
HSV(B)326.34º69.79%92.16%-
XYZ43.1324.8137.17-
YUV130.52146.33202.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 71 (28.12% from 255) = 15.14%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=50.11%
G=15.14%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357116300.700.310.08326.3480.3960
HexEB47A30461F8146503c
Octal3531072430106371050612074
Binary11101011100011110100011010001101111110001010001101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB47A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB47A3; }

 p { color: rgb(235,71,163); }

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

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

 a { background-color: rgb(235,71,163); }

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

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

 span { border-color: rgb(235,71,163); }

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