Html Css Color HEX #EE4955 Radical Red

📋 copy color: '#EE4955'

red 238 ◦ green 73 ◦ blue 85

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

Shades of Radical Red #EE4955

Tints of Radical Red #EE4955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 60.1%
G = 18.43%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE4955 (or 0xEE4955) is known color: Radical Red. HEX triplet: EE, 49 and 55. RGB value is (238,73,85). Sum of RGB (Red+Green+Blue) = 238+73+85=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4955 is #11B6AA. Grayscale: #7B7B7B. Windows color (decimal): -1160875 or 5589486. OLE color: 5589486.

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

Color convert

RGB 238 73 85 -
CMYK 0 0.69 0.64 0.07
HSL 355.64º 0.83% 0.61% -
HSV(B) 355.64º 0.69% 0.93% -
XYZ 39.28 23.6 11.08 -
YUV 123.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 238 73 85 0 0.69 0.64 0.07 355.64 0.83 0.61
Hex EE 49 55 0 45 40 7 164 53 3D
Octal 356 111 125 0 105 100 7 544 123 75
Binary 11101110 1001001 1010101 0 1000101 1000000 111 101100100 1010011 111101

Color Harmonies of #EE4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4955

Black with #EE4955

Text Example


Text Example

White with #EE4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4955; }

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

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

background-color css

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

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

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

border-color css

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

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

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