Html Css Color HEX #EB495A Radical Red

📋 copy color: '#EB495A'

red 235 ◦ green 73 ◦ blue 90

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

Shades of Radical Red #EB495A

Tints of Radical Red #EB495A

RGB

 RED value IS 235 (92.19% from 255) = 59.05%

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

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

R = 59.05%
G = 18.34%
B = 22.61%

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

#EB495A (or 0xEB495A) is known color: Radical Red. HEX triplet: EB, 49 and 5A. RGB value is (235,73,90). Sum of RGB (Red+Green+Blue) = 235+73+90=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB495A is #14B6A5. Grayscale: #7B7B7B. Windows color (decimal): -1357478 or 5917163. OLE color: 5917163.

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

Color convert

RGB 235 73 90 -
CMYK 0 0.69 0.62 0.08
HSL 353.7º 0.8% 0.6% -
HSV(B) 353.7º 0.69% 0.92% -
XYZ 38.49 23.17 12.12 -
YUV 123.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 235 73 90 0 0.69 0.62 0.08 353.7 0.8 0.6
Hex EB 49 5A 0 45 3E 8 162 50 3C
Octal 353 111 132 0 105 76 10 542 120 74
Binary 11101011 1001001 1011010 0 1000101 111110 1000 101100010 1010000 111100

Color Harmonies of #EB495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB495A

Black with #EB495A

Text Example


Text Example

White with #EB495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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