#EB4687

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

Shades of French Rose #EB4687

Tints of French Rose #EB4687

Color information

#EB4687 (or 0xEB4687) is unknown color: approx French Rose. HEX triplet: EB, 46 and 87. RGB value is (235,70,135). Sum of RGB (Red+Green+Blue) = 235+70+135=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4687 is #14B978. Grayscale: #7E7E7E. Windows color (decimal): -1358201 or 8865515. OLE color: 8865515.

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

Color convert

RGB23570135-
CMYK00.700.430.08
HSL336.36º80.49%59.8%-
HSV(B)336.36º70.21%92.16%-
XYZ40.8223.7925.36-
YUV126.74132.66205.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.41%
GREEN value IS 70 (27.73% from 255) = 15.91%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=53.41%
G=15.91%
B=30.68%

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
Decimal2357013500.700.430.08336.3680.4959.8
HexEB46870462B8150503c
Octal3531062070106531052012074
Binary111010111000110100001110100011010101110001010100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4687; }

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

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

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

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

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

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

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

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