#EB445D

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

Shades of Radical Red #EB445D

Tints of Radical Red #EB445D

Color information

#EB445D (or 0xEB445D) is unknown color: approx Radical Red. HEX triplet: EB, 44 and 5D. RGB value is (235,68,93). Sum of RGB (Red+Green+Blue) = 235+68+93=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB445D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB445D is #14BBA2. Grayscale: #787878. Windows color (decimal): -1358755 or 6112491. OLE color: 6112491.

HSL color Cylindrical-coordinate representation of color #EB445D: hue angle of 351.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB445D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB2356893-
CMYK00.710.600.08
HSL351.02º80.68%59.41%-
HSV(B)351.02º71.06%92.16%-
XYZ38.322.5912.7-
YUV120.78112.33209.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.34%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=59.34%
G=17.17%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235689300.710.600.08351.0280.6859.41
HexEB445D0473C815f513b
Octal3531041350107741053712173
Binary11101011100010010111010100011111110010001010111111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB445D; }

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

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

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

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

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

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

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

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