Html Css Color HEX #EE3560 Radical Red

📋 copy color: '#EE3560'

red 238 ◦ green 53 ◦ blue 96

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

Shades of Radical Red #EE3560

Tints of Radical Red #EE3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.7%

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 61.5%
G = 13.7%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE3560 (or 0xEE3560) is known color: Radical Red. HEX triplet: EE, 35 and 60. RGB value is (238,53,96). Sum of RGB (Red+Green+Blue) = 238+53+96=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3560 is #11CA9F. Grayscale: #717171. Windows color (decimal): -1165984 or 6305262. OLE color: 6305262.

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

Color convert

RGB 238 53 96 -
CMYK 0 0.78 0.60 0.07
HSL 346.05º 0.84% 0.57% -
HSV(B) 346.05º 0.78% 0.93% -
XYZ 38.64 21.57 13.19 -
YUV 113.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 238 53 96 0 0.78 0.60 0.07 346.05 0.84 0.57
Hex EE 35 60 0 4E 3C 7 15A 54 39
Octal 356 65 140 0 116 74 7 532 124 71
Binary 11101110 110101 1100000 0 1001110 111100 111 101011010 1010100 111001

Color Harmonies of #EE3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3560

Black with #EE3560

Text Example


Text Example

White with #EE3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3560; }

 p { color: rgb(238,53,96); }

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

background-color css

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

 a { background-color: rgb(238,53,96); }

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

border-color css

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

 span { border-color: rgb(238,53,96); }

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