Html Css Color HEX #EE60DF Free Speech Magenta

📋 copy color: '#EE60DF'

red 238 ◦ green 96 ◦ blue 223

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

Shades of Free Speech Magenta #EE60DF

Tints of Free Speech Magenta #EE60DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 42.73%
G = 17.24%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE60DF (or 0xEE60DF) is known color: Free Speech Magenta. HEX triplet: EE, 60 and DF. RGB value is (238,96,223). Sum of RGB (Red+Green+Blue) = 238+96+223=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60DF is #119F20. Grayscale: #989898. Windows color (decimal): -1154849 or 14639342. OLE color: 14639342.

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

Color convert

RGB 238 96 223 -
CMYK 0 0.60 0.06 0.07
HSL 306.34º 0.81% 0.65% -
HSV(B) 306.34º 0.6% 0.93% -
XYZ 52.76 31.87 73.18 -
YUV 152.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 238 96 223 0 0.60 0.06 0.07 306.34 0.81 0.65
Hex EE 60 DF 0 3C 6 7 132 51 41
Octal 356 140 337 0 74 6 7 462 121 101
Binary 11101110 1100000 11011111 0 111100 110 111 100110010 1010001 1000001

Color Harmonies of #EE60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE60DF

Black with #EE60DF

Text Example


Text Example

White with #EE60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE60DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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