#EB4895

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

Shades of French Rose #EB4895

Tints of French Rose #EB4895

Color information

#EB4895 (or 0xEB4895) is unknown color: approx French Rose. HEX triplet: EB, 48 and 95. RGB value is (235,72,149). Sum of RGB (Red+Green+Blue) = 235+72+149=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4895 is #14B76A. Grayscale: #818181. Windows color (decimal): -1357675 or 9783531. OLE color: 9783531.

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

Color convert

RGB23572149-
CMYK00.690.370.08
HSL331.66º80.3%60.2%-
HSV(B)331.66º69.36%92.16%-
XYZ4224.4730.94-
YUV129.51139203.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 72 (28.52% from 255) = 15.79%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=51.54%
G=15.79%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357214900.690.370.08331.6680.360.2
HexEB489504525814c503c
Octal3531102250105451051412074
Binary111010111001000100101010100010110010110001010011001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4895; }

 p { color: rgb(235,72,149); }

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

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

 a { background-color: rgb(235,72,149); }

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

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

 span { border-color: rgb(235,72,149); }

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