Html Css Color HEX #EA495B Radical Red

📋 copy color: '#EA495B'

red 234 ◦ green 73 ◦ blue 91

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

Shades of Radical Red #EA495B

Tints of Radical Red #EA495B

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA495B (or 0xEA495B) is known color: 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

RGB 234 73 91 -
CMYK 0 0.69 0.61 0.08
HSL 353.29º 0.79% 0.6% -
HSV(B) 353.29º 0.69% 0.92% -
XYZ 38.2 23.01 12.33 -
YUV 123.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 234 73 91 0 0.69 0.61 0.08 353.29 0.79 0.6
Hex EA 49 5B 0 45 3D 8 161 4F 3C
Octal 352 111 133 0 105 75 10 541 117 74
Binary 11101010 1001001 1011011 0 1000101 111101 1000 101100001 1001111 111100

Color Harmonies of #EA495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA495B

Black with #EA495B

Text Example


Text Example

White with #EA495B

Text Example


Text Example

HTML Codes & Css Web 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>