#EA495B

Color #EA495B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #EA495B

Tints of Radical Red #EA495B

Color information

#EA495B (or 0xEA495B) is unknown color: approx Radical Red. HEX triplet: EA, 49 and 5B. RGB value is (234,73,91). Sum of RGB (Red+Green+Blue) = 234+73+91=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA495B is #15B6A4. Grayscale: #7B7B7B. Windows color (decimal): -1423013 or 5982698. OLE color: 5982698.

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

Color convert

RGB2347391-
CMYK00.690.610.08
HSL353.29º79.31%60.2%-
HSV(B)353.29º68.8%91.76%-
XYZ38.223.0112.33-
YUV123.19109.84207.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.79%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=58.79%
G=18.34%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234739100.690.610.08353.2979.3160.2
HexEA495B0453D81614f3c
Octal3521111330105751054111774
Binary11101010100100110110110100010111110110001011000011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA495B; }

 p { color: rgb(234,73,91); }

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

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

 a { background-color: rgb(234,73,91); }

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

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

 span { border-color: rgb(234,73,91); }

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