#EB4685

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

Shades of French Rose #EB4685

Tints of French Rose #EB4685

Color information

#EB4685 (or 0xEB4685) is unknown color: approx French Rose. HEX triplet: EB, 46 and 85. RGB value is (235,70,133). Sum of RGB (Red+Green+Blue) = 235+70+133=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4685 is #14B97A. Grayscale: #7E7E7E. Windows color (decimal): -1358203 or 8734443. OLE color: 8734443.

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

Color convert

RGB23570133-
CMYK00.700.430.08
HSL337.09º80.49%59.8%-
HSV(B)337.09º70.21%92.16%-
XYZ40.6823.7424.63-
YUV126.52131.66205.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.65%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=53.65%
G=15.98%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357013300.700.430.08337.0980.4959.8
HexEB46850462B8151503c
Octal3531062050106531052112074
Binary111010111000110100001010100011010101110001010100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4685; }

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

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

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

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

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

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

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

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