#EA4E8D

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

Shades of French Rose #EA4E8D

Tints of French Rose #EA4E8D

Color information

#EA4E8D (or 0xEA4E8D) is unknown color: approx French Rose. HEX triplet: EA, 4E and 8D. RGB value is (234,78,141). Sum of RGB (Red+Green+Blue) = 234+78+141=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4E8D is #15B172. Grayscale: #838383. Windows color (decimal): -1421683 or 9260778. OLE color: 9260778.

HSL color Cylindrical-coordinate representation of color #EA4E8D: hue angle of 335.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E8D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB23478141-
CMYK00.670.400.08
HSL335.77º78.79%61.18%-
HSV(B)335.77º66.67%91.76%-
XYZ41.4624.8627.81-
YUV131.83133.18200.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=51.66%
G=17.22%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347814100.670.400.08335.7778.7961.18
HexEA4E8D0432881504f3d
Octal3521162150103501052011775
Binary111010101001110100011010100001110100010001010100001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4E8D; }

 p { color: rgb(234,78,141); }

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

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

 a { background-color: rgb(234,78,141); }

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

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

 span { border-color: rgb(234,78,141); }

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