#EE4952

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

Shades of Radical Red #EE4952

Tints of Radical Red #EE4952

Color information

#EE4952 (or 0xEE4952) is unknown color: approx Radical Red. HEX triplet: EE, 49 and 52. RGB value is (238,73,82). Sum of RGB (Red+Green+Blue) = 238+73+82=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4952 is #11B6AD. Grayscale: #7B7B7B. Windows color (decimal): -1160878 or 5392878. OLE color: 5392878.

HSL color Cylindrical-coordinate representation of color #EE4952: hue angle of 356.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4952 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2387382-
CMYK00.690.660.07
HSL356.73º82.91%60.98%-
HSV(B)356.73º69.33%93.33%-
XYZ39.1723.5510.46-
YUV123.36104.66209.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.56%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=60.56%
G=18.58%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238738200.690.660.07356.7382.9160.98
HexEE4952045427165533d
Octal3561111220105102754512375
Binary11101110100100110100100100010110000101111011001011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4952; }

 p { color: rgb(238,73,82); }

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

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

 a { background-color: rgb(238,73,82); }

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

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

 span { border-color: rgb(238,73,82); }

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