Html Css Color HEX #EA495F Radical Red

📋 copy color: '#EA495F'

red 234 ◦ green 73 ◦ blue 95

#EA495F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #EA495F

Tints of Radical Red #EA495F

RGB

 RED value IS 234 (91.8% from 255) = 58.21%

 GREEN value IS 73 (28.91% from 255) = 18.16%

 BLUE value IS 95 (37.5% from 255) = 23.63%

R = 58.21%
G = 18.16%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA495F (or 0xEA495F) is known color: Radical Red. HEX triplet: EA, 49 and 5F. RGB value is (234,73,95). Sum of RGB (Red+Green+Blue) = 234+73+95=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA495F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA495F is #15B6A0. Grayscale: #7B7B7B. Windows color (decimal): -1423009 or 6244842. OLE color: 6244842.

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

Color convert

RGB 234 73 95 -
CMYK 0 0.69 0.59 0.08
HSL 351.8º 0.79% 0.6% -
HSV(B) 351.8º 0.69% 0.92% -
XYZ 38.38 23.08 13.26 -
YUV 123.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 234 73 95 0 0.69 0.59 0.08 351.8 0.79 0.6
Hex EA 49 5F 0 45 3B 8 160 4F 3C
Octal 352 111 137 0 105 73 10 540 117 74
Binary 11101010 1001001 1011111 0 1000101 111011 1000 101100000 1001111 111100

Color Harmonies of #EA495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA495F

Black with #EA495F

Text Example


Text Example

White with #EA495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA495F; }

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

 H1.HeaderClassName
 {
   color: #EA495F;
 }
 .AnyTagClassName
 {
   color: #EA495F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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