#EB465A

Color #EB465A Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #EB465A

Tints of Radical Red #EB465A

Color information

#EB465A (or 0xEB465A) is unknown color: approx Radical Red. HEX triplet: EB, 46 and 5A. RGB value is (235,70,90). Sum of RGB (Red+Green+Blue) = 235+70+90=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB465A is #14B9A5. Grayscale: #797979. Windows color (decimal): -1358246 or 5916395. OLE color: 5916395.

HSL color Cylindrical-coordinate representation of color #EB465A: hue angle of 352.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB465A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2357090-
CMYK00.700.620.08
HSL352.73º80.49%59.8%-
HSV(B)352.73º70.21%92.16%-
XYZ38.322.7812.05-
YUV121.62110.16208.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.49%
GREEN value IS 70 (27.73% from 255) = 17.72%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=59.49%
G=17.72%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235709000.700.620.08352.7380.4959.8
HexEB465A0463E8161503c
Octal3531061320106761054112074
Binary11101011100011010110100100011011111010001011000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB465A; }

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

 H1.HeaderClassName
 {
   color: #EB465A;
 }
 .AnyTagClassName
 {
   color: #EB465A;
 }
</style>
background-color css

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

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

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

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

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

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