#EA5297

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

Shades of French Rose #EA5297

Tints of French Rose #EA5297

Color information

#EA5297 (or 0xEA5297) is unknown color: approx French Rose. HEX triplet: EA, 52 and 97. RGB value is (234,82,151). Sum of RGB (Red+Green+Blue) = 234+82+151=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5297 is #15AD68. Grayscale: #878787. Windows color (decimal): -1420649 or 9917162. OLE color: 9917162.

HSL color Cylindrical-coordinate representation of color #EA5297: hue angle of 332.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5297 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23482151-
CMYK00.650.350.08
HSL332.76º78.35%61.96%-
HSV(B)332.76º64.96%91.76%-
XYZ42.5325.7632.01-
YUV135.31136.86198.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=50.11%
G=17.56%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348215100.650.350.08332.7678.3561.96
HexEA529704123814d4e3e
Octal3521222270101431051511676
Binary111010101010010100101110100000110001110001010011011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5297; }

 p { color: rgb(234,82,151); }

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

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

 a { background-color: rgb(234,82,151); }

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

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

 span { border-color: rgb(234,82,151); }

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