#EB4898

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

Shades of French Rose #EB4898

Tints of French Rose #EB4898

Color information

#EB4898 (or 0xEB4898) is unknown color: approx French Rose. HEX triplet: EB, 48 and 98. RGB value is (235,72,152). Sum of RGB (Red+Green+Blue) = 235+72+152=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4898 is #14B767. Grayscale: #818181. Windows color (decimal): -1357672 or 9980139. OLE color: 9980139.

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

Color convert

RGB23572152-
CMYK00.690.350.08
HSL330.55º80.3%60.2%-
HSV(B)330.55º69.36%92.16%-
XYZ42.2524.5632.22-
YUV129.86140.5203-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 72 (28.52% from 255) = 15.69%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=51.20%
G=15.69%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357215200.690.350.08330.5580.360.2
HexEB489804523814b503c
Octal3531102300105431051312074
Binary111010111001000100110000100010110001110001010010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4898; }

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

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

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

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

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

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

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

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