Html Css Color HEX #EE485D Radical Red

📋 copy color: '#EE485D'

red 238 ◦ green 72 ◦ blue 93

#EE485D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #EE485D

Tints of Radical Red #EE485D

RGB

 RED value IS 238 (93.36% from 255) = 59.06%

 GREEN value IS 72 (28.52% from 255) = 17.87%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 59.06%
G = 17.87%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE485D (or 0xEE485D) is known color: Radical Red. HEX triplet: EE, 48 and 5D. RGB value is (238,72,93). Sum of RGB (Red+Green+Blue) = 238+72+93=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE485D is #11B7A2. Grayscale: #7C7C7C. Windows color (decimal): -1161123 or 6113518. OLE color: 6113518.

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

Color convert

RGB 238 72 93 -
CMYK 0 0.70 0.61 0.07
HSL 352.41º 0.83% 0.61% -
HSV(B) 352.41º 0.7% 0.93% -
XYZ 39.55 23.6 12.83 -
YUV 124.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 238 72 93 0 0.70 0.61 0.07 352.41 0.83 0.61
Hex EE 48 5D 0 46 3D 7 160 53 3D
Octal 356 110 135 0 106 75 7 540 123 75
Binary 11101110 1001000 1011101 0 1000110 111101 111 101100000 1010011 111101

Color Harmonies of #EE485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE485D

Black with #EE485D

Text Example


Text Example

White with #EE485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE485D; }

 p { color: rgb(238,72,93); }

 H1.HeaderClassName
 {
   color: #EE485D;
 }
 .AnyTagClassName
 {
   color: #EE485D;
 }
</style>

background-color css

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

 a { background-color: rgb(238,72,93); }

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

border-color css

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

 span { border-color: rgb(238,72,93); }

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