Html Css Color HEX #EE375A Radical Red

📋 copy color: '#EE375A'

red 238 ◦ green 55 ◦ blue 90

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

Shades of Radical Red #EE375A

Tints of Radical Red #EE375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 62.14%
G = 14.36%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE375A (or 0xEE375A) is known color: Radical Red. HEX triplet: EE, 37 and 5A. RGB value is (238,55,90). Sum of RGB (Red+Green+Blue) = 238+55+90=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE375A is #11C8A5. Grayscale: #717171. Windows color (decimal): -1165478 or 5912558. OLE color: 5912558.

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

Color convert

RGB 238 55 90 -
CMYK 0 0.77 0.62 0.07
HSL 348.52º 0.84% 0.57% -
HSV(B) 348.52º 0.77% 0.93% -
XYZ 38.47 21.65 11.82 -
YUV 113.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 238 55 90 0 0.77 0.62 0.07 348.52 0.84 0.57
Hex EE 37 5A 0 4D 3E 7 15D 54 39
Octal 356 67 132 0 115 76 7 535 124 71
Binary 11101110 110111 1011010 0 1001101 111110 111 101011101 1010100 111001

Color Harmonies of #EE375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE375A

Black with #EE375A

Text Example


Text Example

White with #EE375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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