Html Css Color HEX #EE345C Radical Red

📋 copy color: '#EE345C'

red 238 ◦ green 52 ◦ blue 92

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

Shades of Radical Red #EE345C

Tints of Radical Red #EE345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

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

R = 62.3%
G = 13.61%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE345C (or 0xEE345C) is known color: Radical Red. HEX triplet: EE, 34 and 5C. RGB value is (238,52,92). Sum of RGB (Red+Green+Blue) = 238+52+92=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE345C is #11CBA3. Grayscale: #707070. Windows color (decimal): -1166244 or 6042862. OLE color: 6042862.

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

Color convert

RGB 238 52 92 -
CMYK 0 0.78 0.61 0.07
HSL 347.1º 0.85% 0.57% -
HSV(B) 347.1º 0.78% 0.93% -
XYZ 38.42 21.41 12.23 -
YUV 112.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 238 52 92 0 0.78 0.61 0.07 347.1 0.85 0.57
Hex EE 34 5C 0 4E 3D 7 15B 55 39
Octal 356 64 134 0 116 75 7 533 125 71
Binary 11101110 110100 1011100 0 1001110 111101 111 101011011 1010101 111001

Color Harmonies of #EE345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE345C

Black with #EE345C

Text Example


Text Example

White with #EE345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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