#EB4F90

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

Shades of French Rose #EB4F90

Tints of French Rose #EB4F90

Color information

#EB4F90 (or 0xEB4F90) is unknown color: approx French Rose. HEX triplet: EB, 4F and 90. RGB value is (235,79,144). Sum of RGB (Red+Green+Blue) = 235+79+144=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4F90 is #14B06F. Grayscale: #848484. Windows color (decimal): -1355888 or 9457643. OLE color: 9457643.

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

Color convert

RGB23579144-
CMYK00.660.390.08
HSL335º79.59%61.57%-
HSV(B)335º66.38%92.16%-
XYZ42.0925.2729.04-
YUV133.05134.18200.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 79 (31.25% from 255) = 17.25%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=51.31%
G=17.25%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357914400.660.390.0833579.5961.57
HexEB4F9004227814f503e
Octal3531172200102471051712076
Binary111010111001111100100000100001010011110001010011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F90; }

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

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

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

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

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

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

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

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