#EE425B

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

Shades of Radical Red #EE425B

Tints of Radical Red #EE425B

Color information

#EE425B (or 0xEE425B) is unknown color: approx Radical Red. HEX triplet: EE, 42 and 5B. RGB value is (238,66,91). Sum of RGB (Red+Green+Blue) = 238+66+91=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE425B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE425B is #11BDA4. Grayscale: #787878. Windows color (decimal): -1162661 or 5980910. OLE color: 5980910.

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

Color convert

RGB2386691-
CMYK00.720.620.07
HSL351.28º83.5%59.61%-
HSV(B)351.28º72.27%93.33%-
XYZ39.122.8312.24-
YUV120.28111.48211.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.25%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=60.25%
G=16.71%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238669100.720.620.07351.2883.559.61
HexEE425B0483E715f533c
Octal356102133011076753712374
Binary1110111010000101011011010010001111101111010111111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE425B; }

 p { color: rgb(238,66,91); }

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

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

 a { background-color: rgb(238,66,91); }

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

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

 span { border-color: rgb(238,66,91); }

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