#EA4B8E

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

Shades of French Rose #EA4B8E

Tints of French Rose #EA4B8E

Color information

#EA4B8E (or 0xEA4B8E) is unknown color: approx French Rose. HEX triplet: EA, 4B and 8E. RGB value is (234,75,142). Sum of RGB (Red+Green+Blue) = 234+75+142=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4B8E is #15B471. Grayscale: #828282. Windows color (decimal): -1422450 or 9325546. OLE color: 9325546.

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

Color convert

RGB23475142-
CMYK00.680.390.08
HSL334.72º79.1%60.59%-
HSV(B)334.72º67.95%91.76%-
XYZ41.3324.4828.14-
YUV130.18134.68202.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.88%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=51.88%
G=16.63%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347514200.680.390.08334.7279.160.59
HexEA4B8E04427814f4f3d
Octal3521132160104471051711775
Binary111010101001011100011100100010010011110001010011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4B8E; }

 p { color: rgb(234,75,142); }

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

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

 a { background-color: rgb(234,75,142); }

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

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

 span { border-color: rgb(234,75,142); }

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