#EB478F

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

Shades of French Rose #EB478F

Tints of French Rose #EB478F

Color information

#EB478F (or 0xEB478F) is unknown color: approx French Rose. HEX triplet: EB, 47 and 8F. RGB value is (235,71,143). Sum of RGB (Red+Green+Blue) = 235+71+143=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB478F is #14B870. Grayscale: #808080. Windows color (decimal): -1357937 or 9390059. OLE color: 9390059.

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

Color convert

RGB23571143-
CMYK00.700.390.08
HSL333.66º80.39%60%-
HSV(B)333.66º69.79%92.16%-
XYZ41.4724.1528.46-
YUV128.24136.33204.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 71 (28.12% from 255) = 15.81%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=52.34%
G=15.81%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357114300.700.390.08333.6680.3960
HexEB478F04627814e503c
Octal3531072170106471051612074
Binary111010111000111100011110100011010011110001010011101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB478F; }

 p { color: rgb(235,71,143); }

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

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

 a { background-color: rgb(235,71,143); }

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

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

 span { border-color: rgb(235,71,143); }

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