Html Css Color HEX #EE60D5 Free Speech Magenta

📋 copy color: '#EE60D5'

red 238 ◦ green 96 ◦ blue 213

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

Shades of Free Speech Magenta #EE60D5

Tints of Free Speech Magenta #EE60D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.55%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 43.51%
G = 17.55%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE60D5 (or 0xEE60D5) is known color: Free Speech Magenta. HEX triplet: EE, 60 and D5. RGB value is (238,96,213). Sum of RGB (Red+Green+Blue) = 238+96+213=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60D5 is #119F2A. Grayscale: #979797. Windows color (decimal): -1154859 or 13983982. OLE color: 13983982.

HSL color Cylindrical-coordinate representation of color #EE60D5: hue angle of 310.56º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60D5 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 213 -
CMYK 0 0.60 0.11 0.07
HSL 310.56º 0.81% 0.65% -
HSV(B) 310.56º 0.6% 0.93% -
XYZ 51.45 31.35 66.29 -
YUV 151.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 238 96 213 0 0.60 0.11 0.07 310.56 0.81 0.65
Hex EE 60 D5 0 3C B 7 137 51 41
Octal 356 140 325 0 74 13 7 467 121 101
Binary 11101110 1100000 11010101 0 111100 1011 111 100110111 1010001 1000001

Color Harmonies of #EE60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE60D5

Black with #EE60D5

Text Example


Text Example

White with #EE60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE60D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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