Html Css Color HEX #EB495D Radical Red

📋 copy color: '#EB495D'

red 235 ◦ green 73 ◦ blue 93

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

Shades of Radical Red #EB495D

Tints of Radical Red #EB495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 58.6%
G = 18.2%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB495D (or 0xEB495D) is known color: Radical Red. HEX triplet: EB, 49 and 5D. RGB value is (235,73,93). Sum of RGB (Red+Green+Blue) = 235+73+93=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB495D is #14B6A2. Grayscale: #7B7B7B. Windows color (decimal): -1357475 or 6113771. OLE color: 6113771.

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

Color convert

RGB 235 73 93 -
CMYK 0 0.69 0.60 0.08
HSL 352.59º 0.8% 0.6% -
HSV(B) 352.59º 0.69% 0.92% -
XYZ 38.62 23.22 12.8 -
YUV 123.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 235 73 93 0 0.69 0.60 0.08 352.59 0.8 0.6
Hex EB 49 5D 0 45 3C 8 161 50 3C
Octal 353 111 135 0 105 74 10 541 120 74
Binary 11101011 1001001 1011101 0 1000101 111100 1000 101100001 1010000 111100

Color Harmonies of #EB495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB495D

Black with #EB495D

Text Example


Text Example

White with #EB495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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