#EB4AB8

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

Shades of Brilliant Rose #EB4AB8

Tints of Brilliant Rose #EB4AB8

Color information

#EB4AB8 (or 0xEB4AB8) is unknown color: approx Brilliant Rose. HEX triplet: EB, 4A and B8. RGB value is (235,74,184). Sum of RGB (Red+Green+Blue) = 235+74+184=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4AB8 is #14B547. Grayscale: #868686. Windows color (decimal): -1357128 or 12077803. OLE color: 12077803.

HSL color Cylindrical-coordinate representation of color #EB4AB8: hue angle of 319.01º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4AB8 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB23574184-
CMYK00.690.220.08
HSL319.01º80.1%60.59%-
HSV(B)319.01º68.51%92.16%-
XYZ45.3626.0247.98-
YUV134.68155.84199.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 74 (29.30% from 255) = 15.01%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=47.67%
G=15.01%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357418400.690.220.08319.0180.160.59
HexEB4AB804516813f503d
Octal3531122700105261047712075
Binary11101011100101010111000010001011011010001001111111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4AB8; }

 p { color: rgb(235,74,184); }

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

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

 a { background-color: rgb(235,74,184); }

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

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

 span { border-color: rgb(235,74,184); }

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