#EA468A

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

Shades of French Rose #EA468A

Tints of French Rose #EA468A

Color information

#EA468A (or 0xEA468A) is unknown color: approx French Rose. HEX triplet: EA, 46 and 8A. RGB value is (234,70,138). Sum of RGB (Red+Green+Blue) = 234+70+138=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA468A is #15B975. Grayscale: #7E7E7E. Windows color (decimal): -1423734 or 9062122. OLE color: 9062122.

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

Color convert

RGB23470138-
CMYK00.700.410.08
HSL335.12º79.61%59.61%-
HSV(B)335.12º70.09%91.76%-
XYZ40.7123.7126.48-
YUV126.79134.33204.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.94%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=52.94%
G=15.84%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347013800.700.410.08335.1279.6159.61
HexEA468A04629814f503c
Octal3521062120106511051712074
Binary111010101000110100010100100011010100110001010011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA468A; }

 p { color: rgb(234,70,138); }

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

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

 a { background-color: rgb(234,70,138); }

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

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

 span { border-color: rgb(234,70,138); }

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