#EB4896

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

Shades of French Rose #EB4896

Tints of French Rose #EB4896

Color information

#EB4896 (or 0xEB4896) is unknown color: approx French Rose. HEX triplet: EB, 48 and 96. RGB value is (235,72,150). Sum of RGB (Red+Green+Blue) = 235+72+150=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4896 is #14B769. Grayscale: #818181. Windows color (decimal): -1357674 or 9849067. OLE color: 9849067.

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

Color convert

RGB23572150-
CMYK00.690.360.08
HSL331.29º80.3%60.2%-
HSV(B)331.29º69.36%92.16%-
XYZ42.0824.531.36-
YUV129.63139.5203.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 72 (28.52% from 255) = 15.75%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=51.42%
G=15.75%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357215000.690.360.08331.2980.360.2
HexEB489604524814b503c
Octal3531102260105441051312074
Binary111010111001000100101100100010110010010001010010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4896; }

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

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

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

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

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

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

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

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