#EB4F91

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

Shades of French Rose #EB4F91

Tints of French Rose #EB4F91

Color information

#EB4F91 (or 0xEB4F91) is unknown color: approx French Rose. HEX triplet: EB, 4F and 91. RGB value is (235,79,145). Sum of RGB (Red+Green+Blue) = 235+79+145=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4F91 is #14B06E. Grayscale: #858585. Windows color (decimal): -1355887 or 9523179. OLE color: 9523179.

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

Color convert

RGB23579145-
CMYK00.660.380.08
HSL334.62º79.59%61.57%-
HSV(B)334.62º66.38%92.16%-
XYZ42.1725.329.45-
YUV133.17134.68200.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=51.20%
G=17.21%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357914500.660.380.08334.6279.5961.57
HexEB4F9104226814f503e
Octal3531172210102461051712076
Binary111010111001111100100010100001010011010001010011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F91; }

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

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

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

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

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

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

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

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