Html Css Color HEX #EE375C Radical Red

📋 copy color: '#EE375C'

red 238 ◦ green 55 ◦ blue 92

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

Shades of Radical Red #EE375C

Tints of Radical Red #EE375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.29%

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

R = 61.82%
G = 14.29%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE375C (or 0xEE375C) is known color: Radical Red. HEX triplet: EE, 37 and 5C. RGB value is (238,55,92). Sum of RGB (Red+Green+Blue) = 238+55+92=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE375C is #11C8A3. Grayscale: #717171. Windows color (decimal): -1165476 or 6043630. OLE color: 6043630.

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

Color convert

RGB 238 55 92 -
CMYK 0 0.77 0.61 0.07
HSL 347.87º 0.84% 0.57% -
HSV(B) 347.87º 0.77% 0.93% -
XYZ 38.56 21.68 12.28 -
YUV 113.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 238 55 92 0 0.77 0.61 0.07 347.87 0.84 0.57
Hex EE 37 5C 0 4D 3D 7 15C 54 39
Octal 356 67 134 0 115 75 7 534 124 71
Binary 11101110 110111 1011100 0 1001101 111101 111 101011100 1010100 111001

Color Harmonies of #EE375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE375C

Black with #EE375C

Text Example


Text Example

White with #EE375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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