#EE355C

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

Shades of Radical Red #EE355C

Tints of Radical Red #EE355C

Color information

#EE355C (or 0xEE355C) is unknown color: approx Radical Red. HEX triplet: EE, 35 and 5C. RGB value is (238,53,92). Sum of RGB (Red+Green+Blue) = 238+53+92=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE355C is #11CAA3. Grayscale: #707070. Windows color (decimal): -1165988 or 6043118. OLE color: 6043118.

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

Color convert

RGB2385392-
CMYK00.780.610.07
HSL347.35º84.47%57.06%-
HSV(B)347.35º77.73%93.33%-
XYZ38.4621.512.25-
YUV112.76116.29217.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 62.14%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=62.14%
G=13.84%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238539200.780.610.07347.3584.4757.06
HexEE355C04E3D715b5439
Octal35665134011675753312471
Binary111011101101011011100010011101111011111010110111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE355C; }

 p { color: rgb(238,53,92); }

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

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

 a { background-color: rgb(238,53,92); }

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

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

 span { border-color: rgb(238,53,92); }

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