Html Css Color HEX #EE485C Radical Red

📋 copy color: '#EE485C'

red 238 ◦ green 72 ◦ blue 92

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

Shades of Radical Red #EE485C

Tints of Radical Red #EE485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 59.2%
G = 17.91%
B = 22.89%

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

#EE485C (or 0xEE485C) is known color: Radical Red. HEX triplet: EE, 48 and 5C. RGB value is (238,72,92). Sum of RGB (Red+Green+Blue) = 238+72+92=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE485C is #11B7A3. Grayscale: #7C7C7C. Windows color (decimal): -1161124 or 6047982. OLE color: 6047982.

HSL color Cylindrical-coordinate representation of color #EE485C: hue angle of 352.77º 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 #EE485C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 92 -
CMYK 0 0.70 0.61 0.07
HSL 352.77º 0.83% 0.61% -
HSV(B) 352.77º 0.7% 0.93% -
XYZ 39.51 23.58 12.6 -
YUV 123.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 238 72 92 0 0.70 0.61 0.07 352.77 0.83 0.61
Hex EE 48 5C 0 46 3D 7 161 53 3D
Octal 356 110 134 0 106 75 7 541 123 75
Binary 11101110 1001000 1011100 0 1000110 111101 111 101100001 1010011 111101

Color Harmonies of #EE485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE485C

Black with #EE485C

Text Example


Text Example

White with #EE485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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