Html Css Color HEX #EA495A Radical Red

📋 copy color: '#EA495A'

red 234 ◦ green 73 ◦ blue 90

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

Shades of Radical Red #EA495A

Tints of Radical Red #EA495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 58.94%
G = 18.39%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA495A (or 0xEA495A) is known color: Radical Red. HEX triplet: EA, 49 and 5A. RGB value is (234,73,90). Sum of RGB (Red+Green+Blue) = 234+73+90=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA495A is #15B6A5. Grayscale: #7B7B7B. Windows color (decimal): -1423014 or 5917162. OLE color: 5917162.

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

Color convert

RGB 234 73 90 -
CMYK 0 0.69 0.62 0.08
HSL 353.66º 0.79% 0.6% -
HSV(B) 353.66º 0.69% 0.92% -
XYZ 38.16 23 12.1 -
YUV 123.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 234 73 90 0 0.69 0.62 0.08 353.66 0.79 0.6
Hex EA 49 5A 0 45 3E 8 162 4F 3C
Octal 352 111 132 0 105 76 10 542 117 74
Binary 11101010 1001001 1011010 0 1000101 111110 1000 101100010 1001111 111100

Color Harmonies of #EA495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA495A

Black with #EA495A

Text Example


Text Example

White with #EA495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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