#ea478f

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

Shades of French Rose #EA478F

Tints of French Rose #EA478F

Color information

#EA478F (or 0xEA478F) is unknown color: approx French Rose. HEX triplet: EA, 47 and 8F. RGB value is (234,71,143). Sum of RGB (Red+Green+Blue) = 234+71+143=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA478F is #15B870. Grayscale: #7F7F7F. Windows color (decimal): -1423473 or 9390058. OLE color: 9390058.

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

Color convert

RGB23471143-
CMYK00.700.390.08
HSL333.5º79.51%59.8%-
HSV(B)333.5º69.66%91.76%-
XYZ41.1423.9828.45-
YUV127.94136.5203.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.23%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=52.23%
G=15.85%
B=31.92%

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
Decimal2347114300.700.390.08333.579.5159.8
HexEA478F04627814d503c
Octal3521072170106471051512074
Binary111010101000111100011110100011010011110001010011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea478f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea478f; }

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

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

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

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

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

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

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

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