#EB4958

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

Shades of Radical Red #EB4958

Tints of Radical Red #EB4958

Color information

#EB4958 (or 0xEB4958) is unknown color: approx Radical Red. HEX triplet: EB, 49 and 58. RGB value is (235,73,88). Sum of RGB (Red+Green+Blue) = 235+73+88=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4958 is #14B6A7. Grayscale: #7B7B7B. Windows color (decimal): -1357480 or 5786091. OLE color: 5786091.

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

Color convert

RGB2357388-
CMYK00.690.630.08
HSL354.44º80.2%60.39%-
HSV(B)354.44º68.94%92.16%-
XYZ38.423.1311.67-
YUV123.15108.17207.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.34%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 88 (34.77% from 255) = 22.22%
R=59.34%
G=18.43%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235738800.690.630.08354.4480.260.39
HexEB49580453F8162503c
Octal3531111300105771054212074
Binary11101011100100110110000100010111111110001011000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4958; }

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

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

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

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

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

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

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

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