#EB4F98

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

Shades of French Rose #EB4F98

Tints of French Rose #EB4F98

Color information

#EB4F98 (or 0xEB4F98) is unknown color: approx French Rose. HEX triplet: EB, 4F and 98. RGB value is (235,79,152). Sum of RGB (Red+Green+Blue) = 235+79+152=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4F98 is #14B067. Grayscale: #858585. Windows color (decimal): -1355880 or 9981931. OLE color: 9981931.

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

Color convert

RGB23579152-
CMYK00.660.350.08
HSL331.92º79.59%61.57%-
HSV(B)331.92º66.38%92.16%-
XYZ42.7225.5232.38-
YUV133.97138.18200.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.43%
GREEN value IS 79 (31.25% from 255) = 16.95%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=50.43%
G=16.95%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357915200.660.350.08331.9279.5961.57
HexEB4F9804223814c503e
Octal3531172300102431051412076
Binary111010111001111100110000100001010001110001010011001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F98; }

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

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

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

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

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

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

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

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